Html Css Color HEX #ACDC99 Madang

📋 copy color: '#ACDC99'

red 172 ◦ green 220 ◦ blue 153

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

Shades of Madang #ACDC99

Tints of Madang #ACDC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.07%

R = 31.56%
G = 40.37%
B = 28.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#ACDC99 (or 0xACDC99) is known color: Madang. HEX triplet: AC, DC and 99. RGB value is (172,220,153). Sum of RGB (Red+Green+Blue) = 172+220+153=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC99 is #532366. Grayscale: #C6C6C6. Windows color (decimal): -5448551 or 10083500. OLE color: 10083500.

HSL color Cylindrical-coordinate representation of color #ACDC99: hue angle of 102.99º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDC99 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 153 -
CMYK 0.22 0 0.30 0.14
HSL 102.99º 0.49% 0.73% -
HSV(B) 102.99º 0.3% 0.86% -
XYZ 48.36 62.26 39.61 -
YUV 198.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 172 220 153 0.22 0 0.30 0.14 102.99 0.49 0.73
Hex AC DC 99 16 0 1E E 67 31 49
Octal 254 334 231 26 0 36 16 147 61 111
Binary 10101100 11011100 10011001 10110 0 11110 1110 1100111 110001 1001001

Color Harmonies of #ACDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC99

Black with #ACDC99

Text Example


Text Example

White with #ACDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC99; }

 p { color: rgb(172,220,153); }

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

background-color css

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

 a { background-color: rgb(172,220,153); }

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

border-color css

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

 span { border-color: rgb(172,220,153); }

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