#ABD99B

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

Shades of Madang #ABD99B

Tints of Madang #ABD99B

Color information

#ABD99B (or 0xABD99B) is unknown color: approx Madang. HEX triplet: AB, D9 and 9B. RGB value is (171,217,155). Sum of RGB (Red+Green+Blue) = 171+217+155=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD99B is #542664. Grayscale: #C4C4C4. Windows color (decimal): -5514853 or 10213803. OLE color: 10213803.

HSL color Cylindrical-coordinate representation of color #ABD99B: hue angle of 104.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD99B is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB171217155-
CMYK0.2100.290.15
HSL104.52º44.93%72.94%-
HSV(B)104.52º28.57%85.1%-
XYZ47.5260.6540.21-
YUV196.18104.76110.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=31.49%
G=39.96%
B=28.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171550.2100.290.15104.5244.9372.94
HexABD99B1501DF692d49
Octal253331233250351715155111
Binary10101011110110011001101110101011101111111010011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD99B; }

 p { color: rgb(171,217,155); }

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

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

 a { background-color: rgb(171,217,155); }

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

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

 span { border-color: rgb(171,217,155); }

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