#AFDCAC

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

Shades of Moss Green #AFDCAC

Tints of Moss Green #AFDCAC

Color information

#AFDCAC (or 0xAFDCAC) is unknown color: approx Moss Green. HEX triplet: AF, DC and AC. RGB value is (175,220,172). Sum of RGB (Red+Green+Blue) = 175+220+172=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAC is #502353. Grayscale: #C9C9C9. Windows color (decimal): -5251924 or 11328687. OLE color: 11328687.

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

Color convert

RGB175220172-
CMYK0.2000.220.14
HSL116.25º40.68%76.86%-
HSV(B)116.25º21.82%86.27%-
XYZ50.7263.2848.57-
YUV201.07111.59109.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=30.86%
G=38.80%
B=30.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201720.2000.220.14116.2540.6876.86
HexAFDCAC14016E74294d
Octal257334254240261616451115
Binary10101111110111001010110010100010110111011101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCAC; }

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

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

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

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

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

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

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

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