#AFE5AA

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

Shades of Moss Green #AFE5AA

Tints of Moss Green #AFE5AA

Color information

#AFE5AA (or 0xAFE5AA) is unknown color: approx Moss Green. HEX triplet: AF, E5 and AA. RGB value is (175,229,170). Sum of RGB (Red+Green+Blue) = 175+229+170=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5AA is #501A55. Grayscale: #CECECE. Windows color (decimal): -5249622 or 11199919. OLE color: 11199919.

HSL color Cylindrical-coordinate representation of color #AFE5AA: hue angle of 114.92º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE5AA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB175229170-
CMYK0.2400.260.10
HSL114.92º53.15%78.24%-
HSV(B)114.92º25.76%89.8%-
XYZ52.9568.0548.38-
YUV206.13107.61105.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 229 (89.84% from 255) = 39.90%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=30.49%
G=39.90%
B=29.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291700.2400.260.10114.9253.1578.24
HexAFE5AA1801AA73354e
Octal257345252300321216365116
Binary10101111111001011010101011000011010101011100111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5AA; }

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

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

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

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

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

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

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

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