Html Css Color HEX #AFE2AA Moss Green

📋 copy color: '#AFE2AA'

red 175 ◦ green 226 ◦ blue 170

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

Shades of Moss Green #AFE2AA

Tints of Moss Green #AFE2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.58%

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

R = 30.65%
G = 39.58%
B = 29.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#AFE2AA (or 0xAFE2AA) is known color: Moss Green. HEX triplet: AF, E2 and AA. RGB value is (175,226,170). Sum of RGB (Red+Green+Blue) = 175+226+170=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE2AA is #501D55. Grayscale: #CCCCCC. Windows color (decimal): -5250390 or 11199151. OLE color: 11199151.

HSL color Cylindrical-coordinate representation of color #AFE2AA: hue angle of 114.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE2AA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 170 -
CMYK 0.23 0 0.25 0.11
HSL 114.64º 0.49% 0.78% -
HSV(B) 114.64º 0.25% 0.89% -
XYZ 52.13 66.41 48.1 -
YUV 204.37 108.6 107.05 -
System Red Green Blue C M Y K H S L
Decimal 175 226 170 0.23 0 0.25 0.11 114.64 0.49 0.78
Hex AF E2 AA 17 0 19 B 73 31 4E
Octal 257 342 252 27 0 31 13 163 61 116
Binary 10101111 11100010 10101010 10111 0 11001 1011 1110011 110001 1001110

Color Harmonies of #AFE2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE2AA

Black with #AFE2AA

Text Example


Text Example

White with #AFE2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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