Html Css Color HEX #AFE8AA Moss Green

📋 copy color: '#AFE8AA'

red 175 ◦ green 232 ◦ blue 170

#AFE8AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moss Green #AFE8AA

Tints of Moss Green #AFE8AA

RGB

 RED value IS 175 (68.75% from 255) = 30.33%

 GREEN value IS 232 (91.02% from 255) = 40.21%

 BLUE value IS 170 (66.8% from 255) = 29.46%

R = 30.33%
G = 40.21%
B = 29.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFE8AA (or 0xAFE8AA) is known color: Moss Green. HEX triplet: AF, E8 and AA. RGB value is (175,232,170). Sum of RGB (Red+Green+Blue) = 175+232+170=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE8AA is #501755. Grayscale: #D0D0D0. Windows color (decimal): -5248854 or 11200687. OLE color: 11200687.

HSL color Cylindrical-coordinate representation of color #AFE8AA: hue angle of 115.16º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE8AA is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 170 -
CMYK 0.25 0 0.27 0.09
HSL 115.16º 0.57% 0.79% -
HSV(B) 115.16º 0.27% 0.91% -
XYZ 53.79 69.73 48.65 -
YUV 207.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 175 232 170 0.25 0 0.27 0.09 115.16 0.57 0.79
Hex AF E8 AA 19 0 1B 9 73 39 4F
Octal 257 350 252 31 0 33 11 163 71 117
Binary 10101111 11101000 10101010 11001 0 11011 1001 1110011 111001 1001111

Color Harmonies of #AFE8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8AA

Black with #AFE8AA

Text Example


Text Example

White with #AFE8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8AA; }

 p { color: rgb(175,232,170); }

 H1.HeaderClassName
 {
   color: #AFE8AA;
 }
 .AnyTagClassName
 {
   color: #AFE8AA;
 }
</style>

background-color css

<style>
 a { background-color: #AFE8AA; }

 a { background-color: rgb(175,232,170); }

 div.DivClassName
 {
   background-color: #AFE8AA;
 }
 .BgClassName
 {
   background-color: #AFE8AA;
 }
</style>

border-color css

<style>
 span { border-color: #AFE8AA; }

 span { border-color: rgb(175,232,170); }

 td.TdClassName
 {
   border-color: #AFE8AA;
 }
 .TagClassName
 {
   border-color: #AFE8AA;
 }
</style>