#AFE0AB

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

Shades of Moss Green #AFE0AB

Tints of Moss Green #AFE0AB

Color information

#AFE0AB (or 0xAFE0AB) is unknown color: approx Moss Green. HEX triplet: AF, E0 and AB. RGB value is (175,224,171). Sum of RGB (Red+Green+Blue) = 175+224+171=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE0AB is #501F54. Grayscale: #CBCBCB. Windows color (decimal): -5250901 or 11264175. OLE color: 11264175.

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

Color convert

RGB175224171-
CMYK0.2200.240.12
HSL115.47º46.09%77.45%-
HSV(B)115.47º23.66%87.84%-
XYZ51.6965.3748.42-
YUV203.31109.77107.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 171 (67.19% from 255) = 30%
R=30.70%
G=39.30%
B=30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241710.2200.240.12115.4746.0977.45
HexAFE0AB16018C732e4d
Octal257340253260301416356115
Binary10101111111000001010101110110011000110011100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0AB; }

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

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

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

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

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

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

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

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