Shades of Madang #ACD69F
Tints of Madang #ACD69F
RGB
CMYK
RGB Variations
Color information
#ACD69F (or 0xACD69F) is known color: Madang. HEX triplet: AC, D6 and 9F. RGB value is (172,214,159). Sum of RGB (Red+Green+Blue) = 172+214+159=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD69F is #532960. Grayscale: #C3C3C3. Windows color (decimal): -5450081 or 10475180. OLE color: 10475180.
HSL color Cylindrical-coordinate representation of color #ACD69F: hue angle of 105.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD69F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 159 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.16 |
| HSL | 105.82º | 0.4% | 0.73% | - |
| HSV(B) | 105.82º | 0.26% | 0.84% | - |
| XYZ | 47.32 | 59.37 | 41.77 | - |
| YUV | 195.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 159 | 0.20 | 0 | 0.26 | 0.16 | 105.82 | 0.4 | 0.73 |
| Hex | AC | D6 | 9F | 14 | 0 | 1A | 10 | 6A | 28 | 49 |
| Octal | 254 | 326 | 237 | 24 | 0 | 32 | 20 | 152 | 50 | 111 |
| Binary | 10101100 | 11010110 | 10011111 | 10100 | 0 | 11010 | 10000 | 1101010 | 101000 | 1001001 |
Color Harmonies of #ACD69F
Complementary color
Monochromatic Colors of #ACD69F
Black with #ACD69F
Text Example
Text Example
White with #ACD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD69F; }
p { color: rgb(172,214,159); }
H1.HeaderClassName
{
color: #ACD69F;
}
.AnyTagClassName
{
color: #ACD69F;
}
</style>
background-color css
<style>
a { background-color: #ACD69F; }
a { background-color: rgb(172,214,159); }
div.DivClassName
{
background-color: #ACD69F;
}
.BgClassName
{
background-color: #ACD69F;
}
</style>
border-color css
<style>
span { border-color: #ACD69F; }
span { border-color: rgb(172,214,159); }
td.TdClassName
{
border-color: #ACD69F;
}
.TagClassName
{
border-color: #ACD69F;
}
</style>