Shades of Madang #ACF3A0
Tints of Madang #ACF3A0
RGB
CMYK
RGB Variations
Color information
#ACF3A0 (or 0xACF3A0) is known color: Madang. HEX triplet: AC, F3 and A0. RGB value is (172,243,160). Sum of RGB (Red+Green+Blue) = 172+243+160=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3A0 is #530C5F. Grayscale: #D4D4D4. Windows color (decimal): -5442656 or 10548140. OLE color: 10548140.
HSL color Cylindrical-coordinate representation of color #ACF3A0: hue angle of 111.33º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACF3A0 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 160 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.05 |
| HSL | 111.33º | 0.78% | 0.79% | - |
| HSV(B) | 111.33º | 0.34% | 0.95% | - |
| XYZ | 55.41 | 75.41 | 44.89 | - |
| YUV | 212.31 | 98.48 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 160 | 0.29 | 0 | 0.34 | 0.05 | 111.33 | 0.78 | 0.79 |
| Hex | AC | F3 | A0 | 1D | 0 | 22 | 5 | 6F | 4E | 4F |
| Octal | 254 | 363 | 240 | 35 | 0 | 42 | 5 | 157 | 116 | 117 |
| Binary | 10101100 | 11110011 | 10100000 | 11101 | 0 | 100010 | 101 | 1101111 | 1001110 | 1001111 |
Color Harmonies of #ACF3A0
Complementary color
Monochromatic Colors of #ACF3A0
Black with #ACF3A0
Text Example
Text Example
White with #ACF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3A0; }
p { color: rgb(172,243,160); }
H1.HeaderClassName
{
color: #ACF3A0;
}
.AnyTagClassName
{
color: #ACF3A0;
}
</style>
background-color css
<style>
a { background-color: #ACF3A0; }
a { background-color: rgb(172,243,160); }
div.DivClassName
{
background-color: #ACF3A0;
}
.BgClassName
{
background-color: #ACF3A0;
}
</style>
border-color css
<style>
span { border-color: #ACF3A0; }
span { border-color: rgb(172,243,160); }
td.TdClassName
{
border-color: #ACF3A0;
}
.TagClassName
{
border-color: #ACF3A0;
}
</style>