Shades of Madang #ACF49A
Tints of Madang #ACF49A
RGB
CMYK
RGB Variations
Color information
#ACF49A (or 0xACF49A) is known color: Madang. HEX triplet: AC, F4 and 9A. RGB value is (172,244,154). Sum of RGB (Red+Green+Blue) = 172+244+154=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF49A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF49A is #530B65. Grayscale: #D4D4D4. Windows color (decimal): -5442406 or 10155180. OLE color: 10155180.
HSL color Cylindrical-coordinate representation of color #ACF49A: hue angle of 108º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACF49A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 154 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.04 |
| HSL | 108º | 0.8% | 0.78% | - |
| HSV(B) | 108º | 0.37% | 0.96% | - |
| XYZ | 55.2 | 75.81 | 42.29 | - |
| YUV | 212.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 154 | 0.30 | 0 | 0.37 | 0.04 | 108 | 0.8 | 0.78 |
| Hex | AC | F4 | 9A | 1E | 0 | 25 | 4 | 6C | 50 | 4E |
| Octal | 254 | 364 | 232 | 36 | 0 | 45 | 4 | 154 | 120 | 116 |
| Binary | 10101100 | 11110100 | 10011010 | 11110 | 0 | 100101 | 100 | 1101100 | 1010000 | 1001110 |
Color Harmonies of #ACF49A
Complementary color
Monochromatic Colors of #ACF49A
Black with #ACF49A
Text Example
Text Example
White with #ACF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF49A; }
p { color: rgb(172,244,154); }
H1.HeaderClassName
{
color: #ACF49A;
}
.AnyTagClassName
{
color: #ACF49A;
}
</style>
background-color css
<style>
a { background-color: #ACF49A; }
a { background-color: rgb(172,244,154); }
div.DivClassName
{
background-color: #ACF49A;
}
.BgClassName
{
background-color: #ACF49A;
}
</style>
border-color css
<style>
span { border-color: #ACF49A; }
span { border-color: rgb(172,244,154); }
td.TdClassName
{
border-color: #ACF49A;
}
.TagClassName
{
border-color: #ACF49A;
}
</style>