Shades of Madang #ACD69C
Tints of Madang #ACD69C
RGB
CMYK
RGB Variations
Color information
#ACD69C (or 0xACD69C) is known color: Madang. HEX triplet: AC, D6 and 9C. RGB value is (172,214,156). Sum of RGB (Red+Green+Blue) = 172+214+156=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD69C is #532963. Grayscale: #C3C3C3. Windows color (decimal): -5450084 or 10278572. OLE color: 10278572.
HSL color Cylindrical-coordinate representation of color #ACD69C: hue angle of 103.45º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD69C is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 156 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.16 |
| HSL | 103.45º | 0.41% | 0.73% | - |
| HSV(B) | 103.45º | 0.27% | 0.84% | - |
| XYZ | 47.06 | 59.26 | 40.41 | - |
| YUV | 194.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 156 | 0.20 | 0 | 0.27 | 0.16 | 103.45 | 0.41 | 0.73 |
| Hex | AC | D6 | 9C | 14 | 0 | 1B | 10 | 67 | 29 | 49 |
| Octal | 254 | 326 | 234 | 24 | 0 | 33 | 20 | 147 | 51 | 111 |
| Binary | 10101100 | 11010110 | 10011100 | 10100 | 0 | 11011 | 10000 | 1100111 | 101001 | 1001001 |
Color Harmonies of #ACD69C
Complementary color
Monochromatic Colors of #ACD69C
Black with #ACD69C
Text Example
Text Example
White with #ACD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD69C; }
p { color: rgb(172,214,156); }
H1.HeaderClassName
{
color: #ACD69C;
}
.AnyTagClassName
{
color: #ACD69C;
}
</style>
background-color css
<style>
a { background-color: #ACD69C; }
a { background-color: rgb(172,214,156); }
div.DivClassName
{
background-color: #ACD69C;
}
.BgClassName
{
background-color: #ACD69C;
}
</style>
border-color css
<style>
span { border-color: #ACD69C; }
span { border-color: rgb(172,214,156); }
td.TdClassName
{
border-color: #ACD69C;
}
.TagClassName
{
border-color: #ACD69C;
}
</style>