#ABD6A0

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

Shades of Madang #ABD6A0

Tints of Madang #ABD6A0

Color information

#ABD6A0 (or 0xABD6A0) is unknown color: approx Madang. HEX triplet: AB, D6 and A0. RGB value is (171,214,160). Sum of RGB (Red+Green+Blue) = 171+214+160=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD6A0 is #54295F. Grayscale: #C3C3C3. Windows color (decimal): -5515616 or 10540715. OLE color: 10540715.

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

Color convert

RGB171214160-
CMYK0.2000.250.16
HSL107.78º39.71%73.33%-
HSV(B)107.78º25.23%83.92%-
XYZ47.1959.2942.21-
YUV194.99108.25110.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=31.38%
G=39.27%
B=29.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141600.2000.250.16107.7839.7173.33
HexABD6A014019106c2849
Octal253326240240312015450111
Binary101010111101011010100000101000110011000011011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6A0; }

 p { color: rgb(171,214,160); }

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

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

 a { background-color: rgb(171,214,160); }

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

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

 span { border-color: rgb(171,214,160); }

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