COLOR #AFD092

HEX: #AFD092 RGB: (175,208,146)

Color info

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

RGB color model

#AFD092 color RGB value is (175,208,146).

RGB: (175,208,146) (69%, 82%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 146 of 255 = 57%

175
208
146

R + G + B ~ 69%. #AFD092 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 208 + 146 = 529 (100%)
R 175 of 529 ~ 33.08%
G 208 of 529 ~ 39.32%
B 146 of 529 ~ 27.6'%

%33.08
%39.32
%27.6

CMYK color model

#AFD092 color CMYK value is (16,0,30,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK: (16,0,30,18) C16M0Y30K18 (16%,0%,30%,18%) (0.16/0.00/0.30/0.18) 

CMYK percentages

%15.87
%0
%29.81
%18.43

Codes

Color #AFD092 in popluar color models

AF D0 92
RGB 175 208 146
HSL 92° 39.74% 69.41%
HSB/HSV 92° 29.81% 81.57%
CMYK 15.87% 0.00% 29.81%
18.43%

Color #AFD092 in popluar number systems.

HEX AF D0 92
Decimal 175 208 146
Binary 10101111 11010000 10010010
Octal 257 320 222

Shades and tints

Shades of #AFD092

#AFD092
(175,208,146)
#A0BE85
(160,190,133)
#91AC78
(145,172,120)
#829A6B
(130,154,107)
#73885E
(115,136,94)
#647651
(100,118,81)
#556444
(85,100,68)
#465237
(70,82,55)
#37402A
(55,64,42)
#282E1D
(40,46,29)
#191C10
(25,28,16)
#000000
(0,0,0)

Tints of #AFD092

#AFD092
(175,208,146)
#B6D49B
(182,212,155)
#BDD8A4
(189,216,164)
#C4DCAD
(196,220,173)
#CBE0B6
(203,224,182)
#D2E4BF
(210,228,191)
#D9E8C8
(217,232,200)
#E0ECD1
(224,236,209)
#E7F0DA
(231,240,218)
#EEF4E3
(238,244,227)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD092 color. Also use rgb(175,208,146) instead hex code.

Text Font Color

.myTextColor { color: #AFD092; }

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

This text font color is #AFD092.

Background Color

.myBgColor { background-color: #AFD092; }

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

This div background color is #AFD092.

Border color

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

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

This div border color is #AFD092.

Opacity

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

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

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

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

This text has shadow with #AFD092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD092.

Preview

Color preview on black background

This text has color #AFD092 on black background.


Color preview on white background

This text has color #AFD092 on white background.


Black color preview on #AFD092 background

This text has black color on #AFD092 background.


White color preview on #AFD092 background

This text has white color on #AFD092 background.


Related colors

Complementary color

Complementary color for #hex is #502F6D.


I love getcolorcode.com

Triadic colors

1 #92AFD0 and #D092AF with #AFD092 are triadic colors.

2 #92D0AF and #D0AF92 with #AFD092 are triadic colors.