Html Css Color HEX #ABDBA0 Madang

📋 copy color: '#ABDBA0'

red 171 ◦ green 219 ◦ blue 160

#ABDBA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #ABDBA0

Tints of Madang #ABDBA0

RGB

 RED value IS 171 (67.19% from 255) = 31.09%

 GREEN value IS 219 (85.94% from 255) = 39.82%

 BLUE value IS 160 (62.89% from 255) = 29.09%

R = 31.09%
G = 39.82%
B = 29.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#ABDBA0 (or 0xABDBA0) is known color: Madang. HEX triplet: AB, DB and A0. RGB value is (171,219,160). Sum of RGB (Red+Green+Blue) = 171+219+160=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDBA0 is #54245F. Grayscale: #C6C6C6. Windows color (decimal): -5514336 or 10541995. OLE color: 10541995.

HSL color Cylindrical-coordinate representation of color #ABDBA0: hue angle of 108.81º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDBA0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 160 -
CMYK 0.22 0 0.27 0.14
HSL 108.81º 0.45% 0.74% -
HSV(B) 108.81º 0.27% 0.86% -
XYZ 48.47 61.86 42.64 -
YUV 197.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 171 219 160 0.22 0 0.27 0.14 108.81 0.45 0.74
Hex AB DB A0 16 0 1B E 6D 2D 4A
Octal 253 333 240 26 0 33 16 155 55 112
Binary 10101011 11011011 10100000 10110 0 11011 1110 1101101 101101 1001010

Color Harmonies of #ABDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBA0

Black with #ABDBA0

Text Example


Text Example

White with #ABDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBA0; }

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

 H1.HeaderClassName
 {
   color: #ABDBA0;
 }
 .AnyTagClassName
 {
   color: #ABDBA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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