#AFE8AE

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

Shades of Moss Green #AFE8AE

Tints of Moss Green #AFE8AE

Color information

#AFE8AE (or 0xAFE8AE) is unknown color: approx Moss Green. HEX triplet: AF, E8 and AE. RGB value is (175,232,174). Sum of RGB (Red+Green+Blue) = 175+232+174=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE8AE is #501751. Grayscale: #D0D0D0. Windows color (decimal): -5248850 or 11462831. OLE color: 11462831.

HSL color Cylindrical-coordinate representation of color #AFE8AE: hue angle of 118.97º degrees, saturation: 0.56, 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 #AFE8AE is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB175232174-
CMYK0.2500.250.09
HSL118.97º55.77%79.61%-
HSV(B)118.97º25%90.98%-
XYZ54.1869.8850.68-
YUV208.34108.62104.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 232 (91.02% from 255) = 39.93%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=30.12%
G=39.93%
B=29.95%

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
Decimal1752321740.2500.250.09118.9755.7779.61
HexAFE8AE190199773850
Octal257350256310311116770120
Binary10101111111010001010111011001011001100111101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8AE; }

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

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

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

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

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

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

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

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