Html Css Color HEX #ABD5A1 Madang

📋 copy color: '#ABD5A1'

red 171 ◦ green 213 ◦ blue 161

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

Shades of Madang #ABD5A1

Tints of Madang #ABD5A1

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 value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#ABD5A1 (or 0xABD5A1) is known color: 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

RGB 171 213 161 -
CMYK 0.20 0 0.24 0.16
HSL 108.46º 0.38% 0.73% -
HSV(B) 108.46º 0.24% 0.84% -
XYZ 47.02 58.82 42.59 -
YUV 194.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 171 213 161 0.20 0 0.24 0.16 108.46 0.38 0.73
Hex AB D5 A1 14 0 18 10 6C 26 49
Octal 253 325 241 24 0 30 20 154 46 111
Binary 10101011 11010101 10100001 10100 0 11000 10000 1101100 100110 1001001

Color Harmonies of #ABD5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5A1

Black with #ABD5A1

Text Example


Text Example

White with #ABD5A1

Text Example


Text Example

HTML Codes & Css Web 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>