#AFE1AD

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

Shades of Moss Green #AFE1AD

Tints of Moss Green #AFE1AD

Color information

#AFE1AD (or 0xAFE1AD) is unknown color: approx Moss Green. HEX triplet: AF, E1 and AD. RGB value is (175,225,173). Sum of RGB (Red+Green+Blue) = 175+225+173=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE1AD is #501E52. Grayscale: #CCCCCC. Windows color (decimal): -5250643 or 11395503. OLE color: 11395503.

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

Color convert

RGB175225173-
CMYK0.2200.230.12
HSL117.69º46.43%78.04%-
HSV(B)117.69º23.11%88.24%-
XYZ52.1565.9849.52-
YUV204.12110.44107.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=30.54%
G=39.27%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251730.2200.230.12117.6946.4378.04
HexAFE1AD16017C762e4e
Octal257341255260271416656116
Binary10101111111000011010110110110010111110011101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1AD; }

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

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

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

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

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

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

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

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