Shades of Madang #ACF497
Tints of Madang #ACF497
RGB
CMYK
RGB Variations
Color information
#ACF497 (or 0xACF497) is known color: Madang. HEX triplet: AC, F4 and 97. RGB value is (172,244,151). Sum of RGB (Red+Green+Blue) = 172+244+151=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF497 is #530B68. Grayscale: #D4D4D4. Windows color (decimal): -5442409 or 9958572. OLE color: 9958572.
HSL color Cylindrical-coordinate representation of color #ACF497: hue angle of 106.45º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF497 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
RGB | 172 | 244 | 151 | - |
CMYK | 0.30 | 0 | 0.38 | 0.04 |
HSL | 106.45º | 0.81% | 0.77% | - |
HSV(B) | 106.45º | 0.38% | 0.96% | - |
XYZ | 54.95 | 75.71 | 40.99 | - |
YUV | 211.87 | 93.65 | 99.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 244 | 151 | 0.30 | 0 | 0.38 | 0.04 | 106.45 | 0.81 | 0.77 |
Hex | AC | F4 | 97 | 1E | 0 | 26 | 4 | 6A | 51 | 4D |
Octal | 254 | 364 | 227 | 36 | 0 | 46 | 4 | 152 | 121 | 115 |
Binary | 10101100 | 11110100 | 10010111 | 11110 | 0 | 100110 | 100 | 1101010 | 1010001 | 1001101 |
Color Harmonies of #ACF497
Complementary color
Monochromatic Colors of #ACF497
Black with #ACF497
Text Example
Text Example
White with #ACF497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF497; }
p { color: rgb(172,244,151); }
H1.HeaderClassName
{
color: #ACF497;
}
.AnyTagClassName
{
color: #ACF497;
}
</style>
background-color css
<style>
a { background-color: #ACF497; }
a { background-color: rgb(172,244,151); }
div.DivClassName
{
background-color: #ACF497;
}
.BgClassName
{
background-color: #ACF497;
}
</style>
border-color css
<style>
span { border-color: #ACF497; }
span { border-color: rgb(172,244,151); }
td.TdClassName
{
border-color: #ACF497;
}
.TagClassName
{
border-color: #ACF497;
}
</style>