Shades of Pixie Green #C0DAA7
Tints of Pixie Green #C0DAA7
RGB
CMYK
RGB Variations
Color information
#C0DAA7 (or 0xC0DAA7) is known color: Pixie Green. HEX triplet: C0, DA and A7. RGB value is (192,218,167). Sum of RGB (Red+Green+Blue) = 192+218+167=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAA7 is #3F2558. Grayscale: #CCCCCC. Windows color (decimal): -4138329 or 11000512. OLE color: 11000512.
HSL color Cylindrical-coordinate representation of color #C0DAA7: hue angle of 90.59º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DAA7 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 167 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.15 |
| HSL | 90.59º | 0.41% | 0.75% | - |
| HSV(B) | 90.59º | 0.23% | 0.85% | - |
| XYZ | 53.78 | 64.14 | 46.1 | - |
| YUV | 204.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 167 | 0.12 | 0 | 0.23 | 0.15 | 90.59 | 0.41 | 0.75 |
| Hex | C0 | DA | A7 | C | 0 | 17 | F | 5B | 29 | 4B |
| Octal | 300 | 332 | 247 | 14 | 0 | 27 | 17 | 133 | 51 | 113 |
| Binary | 11000000 | 11011010 | 10100111 | 1100 | 0 | 10111 | 1111 | 1011011 | 101001 | 1001011 |
Color Harmonies of #C0DAA7
Complementary color
Monochromatic Colors of #C0DAA7
Black with #C0DAA7
Text Example
Text Example
White with #C0DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAA7; }
p { color: rgb(192,218,167); }
H1.HeaderClassName
{
color: #C0DAA7;
}
.AnyTagClassName
{
color: #C0DAA7;
}
</style>
background-color css
<style>
a { background-color: #C0DAA7; }
a { background-color: rgb(192,218,167); }
div.DivClassName
{
background-color: #C0DAA7;
}
.BgClassName
{
background-color: #C0DAA7;
}
</style>
border-color css
<style>
span { border-color: #C0DAA7; }
span { border-color: rgb(192,218,167); }
td.TdClassName
{
border-color: #C0DAA7;
}
.TagClassName
{
border-color: #C0DAA7;
}
</style>