#AFE9AE

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

Shades of Moss Green #AFE9AE

Tints of Moss Green #AFE9AE

Color information

#AFE9AE (or 0xAFE9AE) is unknown color: approx Moss Green. HEX triplet: AF, E9 and AE. RGB value is (175,233,174). Sum of RGB (Red+Green+Blue) = 175+233+174=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9AE is #501651. Grayscale: #D1D1D1. Windows color (decimal): -5248594 or 11463087. OLE color: 11463087.

HSL color Cylindrical-coordinate representation of color #AFE9AE: hue angle of 118.98º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9AE is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB175233174-
CMYK0.2500.250.09
HSL118.98º57.28%79.8%-
HSV(B)118.98º25.32%91.37%-
XYZ54.4670.4550.77-
YUV208.93108.28103.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=30.07%
G=40.03%
B=29.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331740.2500.250.09118.9857.2879.8
HexAFE9AE190199773950
Octal257351256310311116771120
Binary10101111111010011010111011001011001100111101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9AE; }

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

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

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

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

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

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

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

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