#AFE5AC

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

Shades of Moss Green #AFE5AC

Tints of Moss Green #AFE5AC

Color information

#AFE5AC (or 0xAFE5AC) is unknown color: approx Moss Green. HEX triplet: AF, E5 and AC. RGB value is (175,229,172). Sum of RGB (Red+Green+Blue) = 175+229+172=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5AC is #501A53. Grayscale: #CECECE. Windows color (decimal): -5249620 or 11330991. OLE color: 11330991.

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

Color convert

RGB175229172-
CMYK0.2400.250.10
HSL116.84º52.29%78.63%-
HSV(B)116.84º24.89%89.8%-
XYZ53.1468.1349.38-
YUV206.36108.61105.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=30.38%
G=39.76%
B=29.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291720.2400.250.10116.8452.2978.63
HexAFE5AC18019A75344f
Octal257345254300311216564117
Binary10101111111001011010110011000011001101011101011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5AC; }

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

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

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

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

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

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

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

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