Shades of Madang #ACF099
Tints of Madang #ACF099
RGB
CMYK
RGB Variations
Color information
#ACF099 (or 0xACF099) is known color: Madang. HEX triplet: AC, F0 and 99. RGB value is (172,240,153). Sum of RGB (Red+Green+Blue) = 172+240+153=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF099 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF099 is #530F66. Grayscale: #D2D2D2. Windows color (decimal): -5443431 or 10088620. OLE color: 10088620.
HSL color Cylindrical-coordinate representation of color #ACF099: hue angle of 106.9º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACF099 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 153 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.06 |
| HSL | 106.9º | 0.74% | 0.77% | - |
| HSV(B) | 106.9º | 0.36% | 0.94% | - |
| XYZ | 53.92 | 73.39 | 41.46 | - |
| YUV | 209.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 153 | 0.28 | 0 | 0.36 | 0.06 | 106.9 | 0.74 | 0.77 |
| Hex | AC | F0 | 99 | 1C | 0 | 24 | 6 | 6B | 4A | 4D |
| Octal | 254 | 360 | 231 | 34 | 0 | 44 | 6 | 153 | 112 | 115 |
| Binary | 10101100 | 11110000 | 10011001 | 11100 | 0 | 100100 | 110 | 1101011 | 1001010 | 1001101 |
Color Harmonies of #ACF099
Complementary color
Monochromatic Colors of #ACF099
Black with #ACF099
Text Example
Text Example
White with #ACF099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF099; }
p { color: rgb(172,240,153); }
H1.HeaderClassName
{
color: #ACF099;
}
.AnyTagClassName
{
color: #ACF099;
}
</style>
background-color css
<style>
a { background-color: #ACF099; }
a { background-color: rgb(172,240,153); }
div.DivClassName
{
background-color: #ACF099;
}
.BgClassName
{
background-color: #ACF099;
}
</style>
border-color css
<style>
span { border-color: #ACF099; }
span { border-color: rgb(172,240,153); }
td.TdClassName
{
border-color: #ACF099;
}
.TagClassName
{
border-color: #ACF099;
}
</style>