#ABD5A1

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

Shades of Madang #ABD5A1

Tints of Madang #ABD5A1

Color information

#ABD5A1 (or 0xABD5A1) is unknown color: approx Madang. HEX triplet: AB, D5 and A1. RGB value is (171,213,161). Sum of RGB (Red+Green+Blue) = 171+213+161=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD5A1 is #542A5E. Grayscale: #C2C2C2. Windows color (decimal): -5515871 or 10605995. OLE color: 10605995.

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

Color convert

RGB171213161-
CMYK0.2000.240.16
HSL108.46º38.24%73.33%-
HSV(B)108.46º24.41%83.53%-
XYZ47.0258.8242.59-
YUV194.51109.09111.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=31.38%
G=39.08%
B=29.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131610.2000.240.16108.4638.2473.33
HexABD5A114018106c2649
Octal253325241240302015446111
Binary101010111101010110100001101000110001000011011001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5A1; }

 p { color: rgb(171,213,161); }

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

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

 a { background-color: rgb(171,213,161); }

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

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

 span { border-color: rgb(171,213,161); }

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