COLOR #AFD596

HEX: #AFD596
RGB: (175,213,150)

Renk bilgisi

#AFD596 contains mainly red and green colors. #AFD596 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#AFD596 color RGB value is (175,213,150).

  • kırmız ton 175;
  • yeşil ton 213;
  • mavi ton 150.
RGB:
(175,213,150)
(69%,84%,59%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 213 of 255 = 84%
B 150 of 255 = 59%

175
213
150

R + G + B ~ 71%. #AFD596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 213 + 150 = 538 (100%)
R 175 of 538 ~ 32.53%
G 213 of 538 ~ 39.59%
B 150 of 538 ~ 27.88%

%32.53
%39.59
%27.88

CMYK RENK MODELİ

#AFD596 rengi CMYK tonu (18,0,30,16).

  • camgöbeği tonu 17.84%
  • eflatun tonu 0.00%
  • sarı tonu 29.58%
  • ana renk tonu 16.47%
CMYK:
(18,0,30,16)
C18M0Y30K16 
(18%,0%,30%,16%)
(0.18/0.00/0.30/0.16)	

CMYK yüzdeleri

%17.84
%0
%29.58
%16.47

Codes

Color #AFD596 in popluar color models

AFD596
RGB175213150
HSL96°42.86%71.18%
HSB/HSV96°29.58%83.53%
CMYK17.84%0.00%29.58%
16.47%

Color #AFD596 in popluar number systems.

HEXAFD596
Decimal175213150
Binary101011111101010110010110
Octal257325226

Shades and tints

Shades of #AFD596

#AFD596
(175,213,150)
#A0C289
(160,194,137)
#91AF7C
(145,175,124)
#829C6F
(130,156,111)
#738962
(115,137,98)
#647655
(100,118,85)
#556348
(85,99,72)
#46503B
(70,80,59)
#373D2E
(55,61,46)
#282A21
(40,42,33)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFD596

#AFD596
(175,213,150)
#B6D89F
(182,216,159)
#BDDBA8
(189,219,168)
#C4DEB1
(196,222,177)
#CBE1BA
(203,225,186)
#D2E4C3
(210,228,195)
#D9E7CC
(217,231,204)
#E0EAD5
(224,234,213)
#E7EDDE
(231,237,222)
#EEF0E7
(238,240,231)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD596 color. Also use rgb(175,213,150) instead hex code.

Text Font Color

.myTextColor { color: #AFD596; }

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

This text font color is #AFD596.


Background Color

.myBgColor { background-color: #AFD596; }

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

This div background color is #AFD596.


Border color

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

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

This div border color is #AFD596.


Opacity

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

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

Text with #AFD596 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 #AFD596;}

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

This text has shadow with #AFD596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD596 on black background.


Color preview on white background

This text has color #AFD596 on white background.



Black color preview on #AFD596 background

This text has black color on #AFD596 background.


White color preview on #AFD596 background

This text has white color on #AFD596 background.