#AFE1AA

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

Shades of Moss Green #AFE1AA

Tints of Moss Green #AFE1AA

Color information

#AFE1AA (or 0xAFE1AA) is unknown color: approx Moss Green. HEX triplet: AF, E1 and AA. RGB value is (175,225,170). Sum of RGB (Red+Green+Blue) = 175+225+170=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE1AA is #501E55. Grayscale: #CBCBCB. Windows color (decimal): -5250646 or 11198895. OLE color: 11198895.

HSL color Cylindrical-coordinate representation of color #AFE1AA: hue angle of 114.55º degrees, saturation: 0.48, 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 #AFE1AA is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB175225170-
CMYK0.2200.240.12
HSL114.55º47.83%77.45%-
HSV(B)114.55º24.44%88.24%-
XYZ51.8665.8748.01-
YUV203.78108.94107.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=30.70%
G=39.47%
B=29.82%

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
Decimal1752251700.2200.240.12114.5547.8377.45
HexAFE1AA16018C73304d
Octal257341252260301416360115
Binary10101111111000011010101010110011000110011100111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1AA; }

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

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

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

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

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

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

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

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