COLOR #A7F199

HEX: #A7F199
RGB: (167,241,153)

Renk bilgisi

#A7F199 contains mainly green color. #A7F199 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A7F199 color RGB value is (167,241,153).

  • kırmız ton 167;
  • yeşil ton 241;
  • mavi ton 153.
RGB:
(167,241,153)
(65%,95%,60%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 241 of 255 = 95%
B 153 of 255 = 60%

167
241
153

R + G + B ~ 73%. #A7F199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 241 + 153 = 561 (100%)
R 167 of 561 ~ 29.77%
G 241 of 561 ~ 42.96%
B 153 of 561 ~ 27.27%

%29.77
%42.96
%27.27

CMYK RENK MODELİ

#A7F199 rengi CMYK tonu (31,0,37,5).

  • camgöbeği tonu 30.71%
  • eflatun tonu 0.00%
  • sarı tonu 36.51%
  • ana renk tonu 5.49%
CMYK:
(31,0,37,5)
C31M0Y37K5 
(31%,0%,37%,5%)
(0.31/0.00/0.37/0.05)	

CMYK yüzdeleri

%30.71
%0
%36.51
%5.49

Codes

Color #A7F199 in popluar color models

A7F199
RGB167241153
HSL110°75.86%77.25%
HSB/HSV110°36.51%94.51%
CMYK30.71%0.00%36.51%
5.49%

Color #A7F199 in popluar number systems.

HEXA7F199
Decimal167241153
Binary101001111111000110011001
Octal247361231

Shades and tints

Shades of #A7F199

#A7F199
(167,241,153)
#98DC8C
(152,220,140)
#89C77F
(137,199,127)
#7AB272
(122,178,114)
#6B9D65
(107,157,101)
#5C8858
(92,136,88)
#4D734B
(77,115,75)
#3E5E3E
(62,94,62)
#2F4931
(47,73,49)
#203424
(32,52,36)
#111F17
(17,31,23)
#000000
(0,0,0)

Tints of #A7F199

#A7F199
(167,241,153)
#AFF2A2
(175,242,162)
#B7F3AB
(183,243,171)
#BFF4B4
(191,244,180)
#C7F5BD
(199,245,189)
#CFF6C6
(207,246,198)
#D7F7CF
(215,247,207)
#DFF8D8
(223,248,216)
#E7F9E1
(231,249,225)
#EFFAEA
(239,250,234)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F199 color. Also use rgb(167,241,153) instead hex code.

Text Font Color

.myTextColor { color: #A7F199; }

<p style="color:#A7F199">This sample text font color is #A7F199.</p>

This text font color is #A7F199.


Background Color

.myBgColor { background-color: #A7F199; }

<div style="background-color:#A7F199">Inner text</div>

This div background color is #A7F199.


Border color

.myBorderColor { border: 1px solid #A7F199; }

<div style="border:3px solid #A7F199">Div</div>

This div border color is #A7F199.


Opacity

.myOpacity80 { color: #A7F199; opacity: 0.8; }

<p style="color:#A7F199;opacity:0.8;">80%</p>

Text with #A7F199 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A7F199;}

<p style="text-shadow: 3px 3px 1px #A7F199">Text here.</p>

This text has shadow with #A7F199 color.

.textShadow {text-shadow: 3px 3px 1px #A7F199, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A7F199, 5px 5px 20px red">Text here.</p>

This text has shadow with #A7F199 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7F199, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A7F199, Direction=45, Strength=4)">Text</p>

This text has shadow with #A7F199 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A7F199;
  -webkit-box-shadow:	1px 1px 3px 2px #A7F199;
  box-shadow:		1px 1px 3px 2px #A7F199;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7F199;
-webkit-box-shadow: 1px 1px 3px 2px #A7F199;
box-shadow:1px 1px 3px 2px #A7F199;">
Div content here</div>
This div box has shadow with color #A7F199.

Preview

Color preview on black background

This text has color #A7F199 on black background.


Color preview on white background

This text has color #A7F199 on white background.



Black color preview on #A7F199 background

This text has black color on #A7F199 background.


White color preview on #A7F199 background

This text has white color on #A7F199 background.