Shades of Pixie Green #C0DCA8
Tints of Pixie Green #C0DCA8
RGB
CMYK
RGB Variations
Color information
#C0DCA8 (or 0xC0DCA8) is known color: Pixie Green. HEX triplet: C0, DC and A8. RGB value is (192,220,168). Sum of RGB (Red+Green+Blue) = 192+220+168=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCA8 is #3F2357. Grayscale: #CDCDCD. Windows color (decimal): -4137816 or 11066560. OLE color: 11066560.
HSL color Cylindrical-coordinate representation of color #C0DCA8: hue angle of 92.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DCA8 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 168 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.14 |
| HSL | 92.31º | 0.43% | 0.76% | - |
| HSV(B) | 92.31º | 0.24% | 0.86% | - |
| XYZ | 54.4 | 65.22 | 46.77 | - |
| YUV | 205.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 168 | 0.13 | 0 | 0.24 | 0.14 | 92.31 | 0.43 | 0.76 |
| Hex | C0 | DC | A8 | D | 0 | 18 | E | 5C | 2B | 4C |
| Octal | 300 | 334 | 250 | 15 | 0 | 30 | 16 | 134 | 53 | 114 |
| Binary | 11000000 | 11011100 | 10101000 | 1101 | 0 | 11000 | 1110 | 1011100 | 101011 | 1001100 |
Color Harmonies of #C0DCA8
Complementary color
Monochromatic Colors of #C0DCA8
Black with #C0DCA8
Text Example
Text Example
White with #C0DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCA8; }
p { color: rgb(192,220,168); }
H1.HeaderClassName
{
color: #C0DCA8;
}
.AnyTagClassName
{
color: #C0DCA8;
}
</style>
background-color css
<style>
a { background-color: #C0DCA8; }
a { background-color: rgb(192,220,168); }
div.DivClassName
{
background-color: #C0DCA8;
}
.BgClassName
{
background-color: #C0DCA8;
}
</style>
border-color css
<style>
span { border-color: #C0DCA8; }
span { border-color: rgb(192,220,168); }
td.TdClassName
{
border-color: #C0DCA8;
}
.TagClassName
{
border-color: #C0DCA8;
}
</style>