#AFE5A9

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

Shades of Moss Green #AFE5A9

Tints of Moss Green #AFE5A9

Color information

#AFE5A9 (or 0xAFE5A9) is unknown color: approx Moss Green. HEX triplet: AF, E5 and A9. RGB value is (175,229,169). Sum of RGB (Red+Green+Blue) = 175+229+169=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A9 is #501A56. Grayscale: #CECECE. Windows color (decimal): -5249623 or 11134383. OLE color: 11134383.

HSL color Cylindrical-coordinate representation of color #AFE5A9: hue angle of 114º degrees, saturation: 0.54, 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 #AFE5A9 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB175229169-
CMYK0.2400.260.10
HSL114º53.57%78.04%-
HSV(B)114º26.2%89.8%-
XYZ52.8668.0247.88-
YUV206.01107.11105.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 229 (89.84% from 255) = 39.97%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=30.54%
G=39.97%
B=29.49%

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
Decimal1752291690.2400.260.1011453.5778.04
HexAFE5A91801AA72364e
Octal257345251300321216266116
Binary10101111111001011010100111000011010101011100101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5A9; }

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

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

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

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

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

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

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

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