#AFE6AE

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

Shades of Moss Green #AFE6AE

Tints of Moss Green #AFE6AE

Color information

#AFE6AE (or 0xAFE6AE) is unknown color: approx Moss Green. HEX triplet: AF, E6 and AE. RGB value is (175,230,174). Sum of RGB (Red+Green+Blue) = 175+230+174=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE6AE is #501951. Grayscale: #CFCFCF. Windows color (decimal): -5249362 or 11462319. OLE color: 11462319.

HSL color Cylindrical-coordinate representation of color #AFE6AE: hue angle of 118.93º degrees, saturation: 0.53, 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 #AFE6AE is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB175230174-
CMYK0.2400.240.10
HSL118.93º52.83%79.22%-
HSV(B)118.93º24.35%90.2%-
XYZ53.6268.7650.49-
YUV207.17109.28105.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 230 (90.23% from 255) = 39.72%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=30.22%
G=39.72%
B=30.05%

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
Decimal1752301740.2400.240.10118.9352.8379.22
HexAFE6AE18018A77354f
Octal257346256300301216765117
Binary10101111111001101010111011000011000101011101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6AE; }

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

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

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

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

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

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

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

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