#AFDCAE

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

Shades of Moss Green #AFDCAE

Tints of Moss Green #AFDCAE

Color information

#AFDCAE (or 0xAFDCAE) is unknown color: approx Moss Green. HEX triplet: AF, DC and AE. RGB value is (175,220,174). Sum of RGB (Red+Green+Blue) = 175+220+174=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAE is #502351. Grayscale: #C9C9C9. Windows color (decimal): -5251922 or 11459759. OLE color: 11459759.

HSL color Cylindrical-coordinate representation of color #AFDCAE: hue angle of 118.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDCAE is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB175220174-
CMYK0.2000.210.14
HSL118.7º39.66%77.25%-
HSV(B)118.7º20.91%86.27%-
XYZ50.9163.3649.59-
YUV201.3112.59109.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=30.76%
G=38.66%
B=30.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201740.2000.210.14118.739.6677.25
HexAFDCAE14015E77284d
Octal257334256240251616750115
Binary10101111110111001010111010100010101111011101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCAE; }

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

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

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

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

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

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

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

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