Html Css Color HEX #ABDDA0 Madang

📋 copy color: '#ABDDA0'

red 171 ◦ green 221 ◦ blue 160

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

Shades of Madang #ABDDA0

Tints of Madang #ABDDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

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

R = 30.98%
G = 40.04%
B = 28.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#ABDDA0 (or 0xABDDA0) is known color: Madang. HEX triplet: AB, DD and A0. RGB value is (171,221,160). Sum of RGB (Red+Green+Blue) = 171+221+160=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDA0 is #54225F. Grayscale: #C7C7C7. Windows color (decimal): -5513824 or 10542507. OLE color: 10542507.

HSL color Cylindrical-coordinate representation of color #ABDDA0: hue angle of 109.18º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDDA0 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 160 -
CMYK 0.23 0 0.28 0.13
HSL 109.18º 0.47% 0.75% -
HSV(B) 109.18º 0.28% 0.87% -
XYZ 49 62.91 42.82 -
YUV 199.1 105.94 107.96 -
System Red Green Blue C M Y K H S L
Decimal 171 221 160 0.23 0 0.28 0.13 109.18 0.47 0.75
Hex AB DD A0 17 0 1C D 6D 2F 4B
Octal 253 335 240 27 0 34 15 155 57 113
Binary 10101011 11011101 10100000 10111 0 11100 1101 1101101 101111 1001011

Color Harmonies of #ABDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDA0

Black with #ABDDA0

Text Example


Text Example

White with #ABDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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