#AFE5AE

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

Shades of Moss Green #AFE5AE

Tints of Moss Green #AFE5AE

Color information

#AFE5AE (or 0xAFE5AE) is unknown color: approx Moss Green. HEX triplet: AF, E5 and AE. RGB value is (175,229,174). Sum of RGB (Red+Green+Blue) = 175+229+174=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5AE is #501A51. Grayscale: #CECECE. Windows color (decimal): -5249618 or 11462063. OLE color: 11462063.

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

Color convert

RGB175229174-
CMYK0.2400.240.10
HSL118.91º51.4%79.02%-
HSV(B)118.91º24.02%89.8%-
XYZ53.3468.2150.4-
YUV206.58109.61105.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 229 (89.84% from 255) = 39.62%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=30.28%
G=39.62%
B=30.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291740.2400.240.10118.9151.479.02
HexAFE5AE18018A77334f
Octal257345256300301216763117
Binary10101111111001011010111011000011000101011101111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5AE; }

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

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

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

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

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

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

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

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