#ADD7AB

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

Shades of Moss Green #ADD7AB

Tints of Moss Green #ADD7AB

Color information

#ADD7AB (or 0xADD7AB) is unknown color: approx Moss Green. HEX triplet: AD, D7 and AB. RGB value is (173,215,171). Sum of RGB (Red+Green+Blue) = 173+215+171=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD7AB is #522854. Grayscale: #C5C5C5. Windows color (decimal): -5384277 or 11261869. OLE color: 11261869.

HSL color Cylindrical-coordinate representation of color #ADD7AB: hue angle of 117.27º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7AB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB173215171-
CMYK0.2000.200.16
HSL117.27º35.48%75.69%-
HSV(B)117.27º20.47%84.31%-
XYZ48.8860.4347.61-
YUV197.43113.09110.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=30.95%
G=38.46%
B=30.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151710.2000.200.16117.2735.4875.69
HexADD7AB140141075234c
Octal255327253240242016543114
Binary101011011101011110101011101000101001000011101011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7AB; }

 p { color: rgb(173,215,171); }

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

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

 a { background-color: rgb(173,215,171); }

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

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

 span { border-color: rgb(173,215,171); }

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