Shades of Madang #ACD69A
Tints of Madang #ACD69A
RGB
CMYK
RGB Variations
Color information
#ACD69A (or 0xACD69A) is known color: Madang. HEX triplet: AC, D6 and 9A. RGB value is (172,214,154). Sum of RGB (Red+Green+Blue) = 172+214+154=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD69A is #532965. Grayscale: #C2C2C2. Windows color (decimal): -5450086 or 10147500. OLE color: 10147500.
HSL color Cylindrical-coordinate representation of color #ACD69A: hue angle of 102º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD69A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 154 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.16 |
| HSL | 102º | 0.42% | 0.72% | - |
| HSV(B) | 102º | 0.28% | 0.84% | - |
| XYZ | 46.89 | 59.2 | 39.53 | - |
| YUV | 194.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 154 | 0.20 | 0 | 0.28 | 0.16 | 102 | 0.42 | 0.72 |
| Hex | AC | D6 | 9A | 14 | 0 | 1C | 10 | 66 | 2A | 48 |
| Octal | 254 | 326 | 232 | 24 | 0 | 34 | 20 | 146 | 52 | 110 |
| Binary | 10101100 | 11010110 | 10011010 | 10100 | 0 | 11100 | 10000 | 1100110 | 101010 | 1001000 |
Color Harmonies of #ACD69A
Complementary color
Monochromatic Colors of #ACD69A
Black with #ACD69A
Text Example
Text Example
White with #ACD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD69A; }
p { color: rgb(172,214,154); }
H1.HeaderClassName
{
color: #ACD69A;
}
.AnyTagClassName
{
color: #ACD69A;
}
</style>
background-color css
<style>
a { background-color: #ACD69A; }
a { background-color: rgb(172,214,154); }
div.DivClassName
{
background-color: #ACD69A;
}
.BgClassName
{
background-color: #ACD69A;
}
</style>
border-color css
<style>
span { border-color: #ACD69A; }
span { border-color: rgb(172,214,154); }
td.TdClassName
{
border-color: #ACD69A;
}
.TagClassName
{
border-color: #ACD69A;
}
</style>