#AFE1AE

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

Shades of Moss Green #AFE1AE

Tints of Moss Green #AFE1AE

Color information

#AFE1AE (or 0xAFE1AE) is unknown color: approx Moss Green. HEX triplet: AF, E1 and AE. RGB value is (175,225,174). Sum of RGB (Red+Green+Blue) = 175+225+174=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE1AE is #501E51. Grayscale: #CCCCCC. Windows color (decimal): -5250642 or 11461039. OLE color: 11461039.

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

Color convert

RGB175225174-
CMYK0.2200.230.12
HSL118.82º45.95%78.24%-
HSV(B)118.82º22.67%88.24%-
XYZ52.2466.0250.03-
YUV204.24110.94107.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=30.49%
G=39.20%
B=30.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251740.2200.230.12118.8245.9578.24
HexAFE1AE16017C772e4e
Octal257341256260271416756116
Binary10101111111000011010111010110010111110011101111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1AE; }

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

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

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

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

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

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

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

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