#ABD2A8

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

Shades of Moss Green #ABD2A8

Tints of Moss Green #ABD2A8

Color information

#ABD2A8 (or 0xABD2A8) is unknown color: approx Moss Green. HEX triplet: AB, D2 and A8. RGB value is (171,210,168). Sum of RGB (Red+Green+Blue) = 171+210+168=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD2A8 is #542D57. Grayscale: #C1C1C1. Windows color (decimal): -5516632 or 11063979. OLE color: 11063979.

HSL color Cylindrical-coordinate representation of color #ABD2A8: hue angle of 115.71º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD2A8 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB171210168-
CMYK0.1900.20.18
HSL115.71º31.82%74.12%-
HSV(B)115.71º20%82.35%-
XYZ46.9157.5845.69-
YUV193.55113.58111.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=31.15%
G=38.25%
B=30.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712101680.1900.20.18115.7131.8274.12
HexABD2A8130141274204a
Octal253322250230242216440112
Binary101010111101001010101000100110101001001011101001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2A8; }

 p { color: rgb(171,210,168); }

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

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

 a { background-color: rgb(171,210,168); }

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

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

 span { border-color: rgb(171,210,168); }

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