Shades of Madang #C0F1AA
Tints of Madang #C0F1AA
RGB
CMYK
RGB Variations
Color information
#C0F1AA (or 0xC0F1AA) is known color: Madang. HEX triplet: C0, F1 and AA. RGB value is (192,241,170). Sum of RGB (Red+Green+Blue) = 192+241+170=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F1AA is #3F0E55. Grayscale: #DADADA. Windows color (decimal): -4132438 or 11203008. OLE color: 11203008.
HSL color Cylindrical-coordinate representation of color #C0F1AA: hue angle of 101.41º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0F1AA is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 170 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.05 |
| HSL | 101.41º | 0.72% | 0.81% | - |
| HSV(B) | 101.41º | 0.29% | 0.95% | - |
| XYZ | 60.45 | 77.02 | 49.71 | - |
| YUV | 218.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 170 | 0.20 | 0 | 0.29 | 0.05 | 101.41 | 0.72 | 0.81 |
| Hex | C0 | F1 | AA | 14 | 0 | 1D | 5 | 65 | 48 | 51 |
| Octal | 300 | 361 | 252 | 24 | 0 | 35 | 5 | 145 | 110 | 121 |
| Binary | 11000000 | 11110001 | 10101010 | 10100 | 0 | 11101 | 101 | 1100101 | 1001000 | 1010001 |
Color Harmonies of #C0F1AA
Complementary color
Monochromatic Colors of #C0F1AA
Black with #C0F1AA
Text Example
Text Example
White with #C0F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1AA; }
p { color: rgb(192,241,170); }
H1.HeaderClassName
{
color: #C0F1AA;
}
.AnyTagClassName
{
color: #C0F1AA;
}
</style>
background-color css
<style>
a { background-color: #C0F1AA; }
a { background-color: rgb(192,241,170); }
div.DivClassName
{
background-color: #C0F1AA;
}
.BgClassName
{
background-color: #C0F1AA;
}
</style>
border-color css
<style>
span { border-color: #C0F1AA; }
span { border-color: rgb(192,241,170); }
td.TdClassName
{
border-color: #C0F1AA;
}
.TagClassName
{
border-color: #C0F1AA;
}
</style>