Shades of Madang #C0F4AA
Tints of Madang #C0F4AA
RGB
CMYK
RGB Variations
Color information
#C0F4AA (or 0xC0F4AA) is known color: Madang. HEX triplet: C0, F4 and AA. RGB value is (192,244,170). Sum of RGB (Red+Green+Blue) = 192+244+170=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F4AA is #3F0B55. Grayscale: #DCDCDC. Windows color (decimal): -4131670 or 11203776. OLE color: 11203776.
HSL color Cylindrical-coordinate representation of color #C0F4AA: hue angle of 102.16º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0F4AA is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 170 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.04 |
| HSL | 102.16º | 0.77% | 0.81% | - |
| HSV(B) | 102.16º | 0.3% | 0.96% | - |
| XYZ | 61.34 | 78.81 | 50.01 | - |
| YUV | 220.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 170 | 0.21 | 0 | 0.30 | 0.04 | 102.16 | 0.77 | 0.81 |
| Hex | C0 | F4 | AA | 15 | 0 | 1E | 4 | 66 | 4D | 51 |
| Octal | 300 | 364 | 252 | 25 | 0 | 36 | 4 | 146 | 115 | 121 |
| Binary | 11000000 | 11110100 | 10101010 | 10101 | 0 | 11110 | 100 | 1100110 | 1001101 | 1010001 |
Color Harmonies of #C0F4AA
Complementary color
Monochromatic Colors of #C0F4AA
Black with #C0F4AA
Text Example
Text Example
White with #C0F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4AA; }
p { color: rgb(192,244,170); }
H1.HeaderClassName
{
color: #C0F4AA;
}
.AnyTagClassName
{
color: #C0F4AA;
}
</style>
background-color css
<style>
a { background-color: #C0F4AA; }
a { background-color: rgb(192,244,170); }
div.DivClassName
{
background-color: #C0F4AA;
}
.BgClassName
{
background-color: #C0F4AA;
}
</style>
border-color css
<style>
span { border-color: #C0F4AA; }
span { border-color: rgb(192,244,170); }
td.TdClassName
{
border-color: #C0F4AA;
}
.TagClassName
{
border-color: #C0F4AA;
}
</style>