Shades of Pixie Green #C0DAA0
Tints of Pixie Green #C0DAA0
RGB
CMYK
RGB Variations
Color information
#C0DAA0 (or 0xC0DAA0) is known color: Pixie Green. HEX triplet: C0, DA and A0. RGB value is (192,218,160). Sum of RGB (Red+Green+Blue) = 192+218+160=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAA0 is #3F255F. Grayscale: #CBCBCB. Windows color (decimal): -4138336 or 10541760. OLE color: 10541760.
HSL color Cylindrical-coordinate representation of color #C0DAA0: hue angle of 86.9º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0DAA0 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 160 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.15 |
| HSL | 86.9º | 0.44% | 0.74% | - |
| HSV(B) | 86.9º | 0.27% | 0.85% | - |
| XYZ | 53.15 | 63.89 | 42.79 | - |
| YUV | 203.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 160 | 0.12 | 0 | 0.27 | 0.15 | 86.9 | 0.44 | 0.74 |
| Hex | C0 | DA | A0 | C | 0 | 1B | F | 57 | 2C | 4A |
| Octal | 300 | 332 | 240 | 14 | 0 | 33 | 17 | 127 | 54 | 112 |
| Binary | 11000000 | 11011010 | 10100000 | 1100 | 0 | 11011 | 1111 | 1010111 | 101100 | 1001010 |
Color Harmonies of #C0DAA0
Complementary color
Monochromatic Colors of #C0DAA0
Black with #C0DAA0
Text Example
Text Example
White with #C0DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAA0; }
p { color: rgb(192,218,160); }
H1.HeaderClassName
{
color: #C0DAA0;
}
.AnyTagClassName
{
color: #C0DAA0;
}
</style>
background-color css
<style>
a { background-color: #C0DAA0; }
a { background-color: rgb(192,218,160); }
div.DivClassName
{
background-color: #C0DAA0;
}
.BgClassName
{
background-color: #C0DAA0;
}
</style>
border-color css
<style>
span { border-color: #C0DAA0; }
span { border-color: rgb(192,218,160); }
td.TdClassName
{
border-color: #C0DAA0;
}
.TagClassName
{
border-color: #C0DAA0;
}
</style>