Html Css Color HEX #ABDCA1 Madang

📋 copy color: '#ABDCA1'

red 171 ◦ green 220 ◦ blue 161

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

Shades of Madang #ABDCA1

Tints of Madang #ABDCA1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 161 (63.28% from 255) = 29.17%

R = 30.98%
G = 39.86%
B = 29.17%

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

#ABDCA1 (or 0xABDCA1) is known color: Madang. HEX triplet: AB, DC and A1. RGB value is (171,220,161). Sum of RGB (Red+Green+Blue) = 171+220+161=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDCA1 is #54235E. Grayscale: #C6C6C6. Windows color (decimal): -5514079 or 10607787. OLE color: 10607787.

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

Color convert

RGB 171 220 161 -
CMYK 0.22 0 0.27 0.14
HSL 109.83º 0.46% 0.75% -
HSV(B) 109.83º 0.27% 0.86% -
XYZ 48.82 62.42 43.19 -
YUV 198.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 171 220 161 0.22 0 0.27 0.14 109.83 0.46 0.75
Hex AB DC A1 16 0 1B E 6E 2E 4B
Octal 253 334 241 26 0 33 16 156 56 113
Binary 10101011 11011100 10100001 10110 0 11011 1110 1101110 101110 1001011

Color Harmonies of #ABDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCA1

Black with #ABDCA1

Text Example


Text Example

White with #ABDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCA1; }

 p { color: rgb(171,220,161); }

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

background-color css

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

 a { background-color: rgb(171,220,161); }

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

border-color css

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

 span { border-color: rgb(171,220,161); }

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