Shades of Madang #C2F0AA
Tints of Madang #C2F0AA
RGB
CMYK
RGB Variations
Color information
#C2F0AA (or 0xC2F0AA) is known color: Madang. HEX triplet: C2, F0 and AA. RGB value is (194,240,170). Sum of RGB (Red+Green+Blue) = 194+240+170=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F0AA is #3D0F55. Grayscale: #DADADA. Windows color (decimal): -4001622 or 11202754. OLE color: 11202754.
HSL color Cylindrical-coordinate representation of color #C2F0AA: hue angle of 99.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2F0AA is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 170 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.06 |
| HSL | 99.43º | 0.7% | 0.8% | - |
| HSV(B) | 99.43º | 0.29% | 0.94% | - |
| XYZ | 60.66 | 76.69 | 49.64 | - |
| YUV | 218.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 170 | 0.19 | 0 | 0.29 | 0.06 | 99.43 | 0.7 | 0.8 |
| Hex | C2 | F0 | AA | 13 | 0 | 1D | 6 | 63 | 46 | 50 |
| Octal | 302 | 360 | 252 | 23 | 0 | 35 | 6 | 143 | 106 | 120 |
| Binary | 11000010 | 11110000 | 10101010 | 10011 | 0 | 11101 | 110 | 1100011 | 1000110 | 1010000 |
Color Harmonies of #C2F0AA
Complementary color
Monochromatic Colors of #C2F0AA
Black with #C2F0AA
Text Example
Text Example
White with #C2F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0AA; }
p { color: rgb(194,240,170); }
H1.HeaderClassName
{
color: #C2F0AA;
}
.AnyTagClassName
{
color: #C2F0AA;
}
</style>
background-color css
<style>
a { background-color: #C2F0AA; }
a { background-color: rgb(194,240,170); }
div.DivClassName
{
background-color: #C2F0AA;
}
.BgClassName
{
background-color: #C2F0AA;
}
</style>
border-color css
<style>
span { border-color: #C2F0AA; }
span { border-color: rgb(194,240,170); }
td.TdClassName
{
border-color: #C2F0AA;
}
.TagClassName
{
border-color: #C2F0AA;
}
</style>