#AFE0AE

Color #AFE0AE Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #AFE0AE

Tints of Moss Green #AFE0AE

Color information

#AFE0AE (or 0xAFE0AE) is unknown color: approx Moss Green. HEX triplet: AF, E0 and AE. RGB value is (175,224,174). Sum of RGB (Red+Green+Blue) = 175+224+174=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE0AE is #501F51. Grayscale: #CBCBCB. Windows color (decimal): -5250898 or 11460783. OLE color: 11460783.

HSL color Cylindrical-coordinate representation of color #AFE0AE: hue angle of 118.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0AE is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB175224174-
CMYK0.2200.220.12
HSL118.8º44.64%78.04%-
HSV(B)118.8º22.32%87.84%-
XYZ51.9765.4849.94-
YUV203.65111.27107.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=30.54%
G=39.09%
B=30.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241740.2200.220.12118.844.6478.04
HexAFE0AE16016C772d4e
Octal257340256260261416755116
Binary10101111111000001010111010110010110110011101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0AE; }

 p { color: rgb(175,224,174); }

 H1.HeaderClassName
 {
   color: #AFE0AE;
 }
 .AnyTagClassName
 {
   color: #AFE0AE;
 }
</style>
background-color css

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

 a { background-color: rgb(175,224,174); }

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

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

 span { border-color: rgb(175,224,174); }

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