#AFE2AE

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

Shades of Moss Green #AFE2AE

Tints of Moss Green #AFE2AE

Color information

#AFE2AE (or 0xAFE2AE) is unknown color: approx Moss Green. HEX triplet: AF, E2 and AE. RGB value is (175,226,174). Sum of RGB (Red+Green+Blue) = 175+226+174=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE2AE is #501D51. Grayscale: #CCCCCC. Windows color (decimal): -5250386 or 11461295. OLE color: 11461295.

HSL color Cylindrical-coordinate representation of color #AFE2AE: hue angle of 118.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2AE is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB175226174-
CMYK0.2300.230.11
HSL118.85º47.27%78.43%-
HSV(B)118.85º23.01%88.63%-
XYZ52.5266.5650.12-
YUV204.82110.6106.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 226 (88.67% from 255) = 39.30%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=30.43%
G=39.30%
B=30.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261740.2300.230.11118.8547.2778.43
HexAFE2AE17017B772f4e
Octal257342256270271316757116
Binary10101111111000101010111010111010111101111101111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2AE; }

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

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

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

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

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

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

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

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