Shades of Pixie Green #C0DAA6
Tints of Pixie Green #C0DAA6
RGB
CMYK
RGB Variations
Color information
#C0DAA6 (or 0xC0DAA6) is known color: Pixie Green. HEX triplet: C0, DA and A6. RGB value is (192,218,166). Sum of RGB (Red+Green+Blue) = 192+218+166=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAA6 is #3F2559. Grayscale: #CCCCCC. Windows color (decimal): -4138330 or 10934976. OLE color: 10934976.
HSL color Cylindrical-coordinate representation of color #C0DAA6: hue angle of 90º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DAA6 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 166 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.15 |
| HSL | 90º | 0.41% | 0.75% | - |
| HSV(B) | 90º | 0.24% | 0.85% | - |
| XYZ | 53.69 | 64.1 | 45.62 | - |
| YUV | 204.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 166 | 0.12 | 0 | 0.24 | 0.15 | 90 | 0.41 | 0.75 |
| Hex | C0 | DA | A6 | C | 0 | 18 | F | 5A | 29 | 4B |
| Octal | 300 | 332 | 246 | 14 | 0 | 30 | 17 | 132 | 51 | 113 |
| Binary | 11000000 | 11011010 | 10100110 | 1100 | 0 | 11000 | 1111 | 1011010 | 101001 | 1001011 |
Color Harmonies of #C0DAA6
Complementary color
Monochromatic Colors of #C0DAA6
Black with #C0DAA6
Text Example
Text Example
White with #C0DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAA6; }
p { color: rgb(192,218,166); }
H1.HeaderClassName
{
color: #C0DAA6;
}
.AnyTagClassName
{
color: #C0DAA6;
}
</style>
background-color css
<style>
a { background-color: #C0DAA6; }
a { background-color: rgb(192,218,166); }
div.DivClassName
{
background-color: #C0DAA6;
}
.BgClassName
{
background-color: #C0DAA6;
}
</style>
border-color css
<style>
span { border-color: #C0DAA6; }
span { border-color: rgb(192,218,166); }
td.TdClassName
{
border-color: #C0DAA6;
}
.TagClassName
{
border-color: #C0DAA6;
}
</style>