#AFECA9

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

Shades of Moss Green #AFECA9

Tints of Moss Green #AFECA9

Color information

#AFECA9 (or 0xAFECA9) is unknown color: approx Moss Green. HEX triplet: AF, EC and A9. RGB value is (175,236,169). Sum of RGB (Red+Green+Blue) = 175+236+169=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA9 is #501356. Grayscale: #D2D2D2. Windows color (decimal): -5247831 or 11136175. OLE color: 11136175.

HSL color Cylindrical-coordinate representation of color #AFECA9: hue angle of 114.63º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFECA9 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB175236169-
CMYK0.2600.280.07
HSL114.63º63.81%79.41%-
HSV(B)114.63º28.39%92.55%-
XYZ54.8471.9748.54-
YUV210.12104.79102.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 236 (92.58% from 255) = 40.69%
BLUE value IS 169 (66.41% from 255) = 29.14%
R=30.17%
G=40.69%
B=29.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361690.2600.280.07114.6363.8179.41
HexAFECA91A01C773404f
Octal257354251320347163100117
Binary10101111111011001010100111010011100111111001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECA9; }

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

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

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

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

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

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

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

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