#AFDCAD

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

Shades of Moss Green #AFDCAD

Tints of Moss Green #AFDCAD

Color information

#AFDCAD (or 0xAFDCAD) is unknown color: approx Moss Green. HEX triplet: AF, DC and AD. RGB value is (175,220,173). Sum of RGB (Red+Green+Blue) = 175+220+173=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAD is #502352. Grayscale: #C9C9C9. Windows color (decimal): -5251923 or 11394223. OLE color: 11394223.

HSL color Cylindrical-coordinate representation of color #AFDCAD: hue angle of 117.45º 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 #AFDCAD is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB175220173-
CMYK0.2000.210.14
HSL117.45º40.17%77.06%-
HSV(B)117.45º21.36%86.27%-
XYZ50.8263.3249.08-
YUV201.19112.09109.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=30.81%
G=38.73%
B=30.46%

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
Decimal1752201730.2000.210.14117.4540.1777.06
HexAFDCAD14015E75284d
Octal257334255240251616550115
Binary10101111110111001010110110100010101111011101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCAD; }

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

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

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

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

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

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

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

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