Html Css Color HEX #ACDB9B Madang

📋 copy color: '#ACDB9B'

red 172 ◦ green 219 ◦ blue 155

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

Shades of Madang #ACDB9B

Tints of Madang #ACDB9B

RGB

 RED value IS 172 (67.58% from 255) = 31.5%

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

 BLUE value IS 155 (60.94% from 255) = 28.39%

R = 31.5%
G = 40.11%
B = 28.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#ACDB9B (or 0xACDB9B) is known color: Madang. HEX triplet: AC, DB and 9B. RGB value is (172,219,155). Sum of RGB (Red+Green+Blue) = 172+219+155=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB9B is #532464. Grayscale: #C5C5C5. Windows color (decimal): -5448805 or 10214316. OLE color: 10214316.

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

Color convert

RGB 172 219 155 -
CMYK 0.21 0 0.29 0.14
HSL 104.06º 0.47% 0.73% -
HSV(B) 104.06º 0.29% 0.86% -
XYZ 48.26 61.8 40.4 -
YUV 197.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 172 219 155 0.21 0 0.29 0.14 104.06 0.47 0.73
Hex AC DB 9B 15 0 1D E 68 2F 49
Octal 254 333 233 25 0 35 16 150 57 111
Binary 10101100 11011011 10011011 10101 0 11101 1110 1101000 101111 1001001

Color Harmonies of #ACDB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB9B

Black with #ACDB9B

Text Example


Text Example

White with #ACDB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB9B; }

 p { color: rgb(172,219,155); }

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

background-color css

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

 a { background-color: rgb(172,219,155); }

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

border-color css

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

 span { border-color: rgb(172,219,155); }

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