COLOR #AFD599

HEX: #AFD599
RGB: (175,213,153)

Color info

#AFD599 contains mainly red and green colors. Web safe color of #AFD599 is #99CC99 (or #9C9).

RGB color model

#AFD599 color RGB value is (175,213,153).

  • red value is 175;
  • green value is 213;
  • blue value is 153.
RGB:
(175,213,153)
(69%,84%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 153 of 255 = 60%

175
213
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 213 + 153 = 541 (100%)
R 175 of 541 ~ 32.35%
G 213 of 541 ~ 39.37%
B 153 of 541 ~ 28.28%

%32.35
%39.37
%28.28

CMYK color model

#AFD599 color CMYK value is (18,0,28,16).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(18,0,28,16)
C18M0Y28K16 
(18%,0%,28%,16%)
(0.18/0.00/0.28/0.16)	

CMYK percentages

%17.84
%0
%28.17
%16.47

Codes

Color #AFD599 in popluar color models

AFD599
RGB175213153
HSL98°41.67%71.76%
HSB/HSV98°28.17%83.53%
CMYK17.84%0.00%28.17%
16.47%

Color #AFD599 in popluar number systems.

HEXAFD599
Decimal175213153
Binary101011111101010110011001
Octal257325231

Shades and tints

Shades of #AFD599

#AFD599
(175,213,153)
#A0C28C
(160,194,140)
#91AF7F
(145,175,127)
#829C72
(130,156,114)
#738965
(115,137,101)
#647658
(100,118,88)
#55634B
(85,99,75)
#46503E
(70,80,62)
#373D31
(55,61,49)
#282A24
(40,42,36)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFD599

#AFD599
(175,213,153)
#B6D8A2
(182,216,162)
#BDDBAB
(189,219,171)
#C4DEB4
(196,222,180)
#CBE1BD
(203,225,189)
#D2E4C6
(210,228,198)
#D9E7CF
(217,231,207)
#E0EAD8
(224,234,216)
#E7EDE1
(231,237,225)
#EEF0EA
(238,240,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD599; }

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

This text font color is #AFD599.


Background Color

.myBgColor { background-color: #AFD599; }

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

This div background color is #AFD599.


Border color

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

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

This div border color is #AFD599.


Opacity

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

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

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

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

This text has shadow with #AFD599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD599 on black background.


Color preview on white background

This text has color #AFD599 on white background.



Black color preview on #AFD599 background

This text has black color on #AFD599 background.


White color preview on #AFD599 background

This text has white color on #AFD599 background.