#AADCAB

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

Shades of Moss Green #AADCAB

Tints of Moss Green #AADCAB

Color information

#AADCAB (or 0xAADCAB) is unknown color: approx Moss Green. HEX triplet: AA, DC and AB. RGB value is (170,220,171). Sum of RGB (Red+Green+Blue) = 170+220+171=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAB is #552354. Grayscale: #C7C7C7. Windows color (decimal): -5579605 or 11263146. OLE color: 11263146.

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

Color convert

RGB170220171-
CMYK0.2300.220.14
HSL121.2º41.67%76.47%-
HSV(B)121.2º22.73%86.27%-
XYZ49.5262.6748.02-
YUV199.46111.94106.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=30.30%
G=39.22%
B=30.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201710.2300.220.14121.241.6776.47
HexAADCAB17016E792a4c
Octal252334253270261617152114
Binary10101010110111001010101110111010110111011110011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCAB; }

 p { color: rgb(170,220,171); }

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

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

 a { background-color: rgb(170,220,171); }

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

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

 span { border-color: rgb(170,220,171); }

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