Shades of Pixie Green #C0DEA7
Tints of Pixie Green #C0DEA7
RGB
CMYK
RGB Variations
Color information
#C0DEA7 (or 0xC0DEA7) is known color: Pixie Green. HEX triplet: C0, DE and A7. RGB value is (192,222,167). Sum of RGB (Red+Green+Blue) = 192+222+167=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEA7 is #3F2158. Grayscale: #CECECE. Windows color (decimal): -4137305 or 11001536. OLE color: 11001536.
HSL color Cylindrical-coordinate representation of color #C0DEA7: hue angle of 92.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DEA7 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 167 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.13 |
| HSL | 92.73º | 0.45% | 0.76% | - |
| HSV(B) | 92.73º | 0.25% | 0.87% | - |
| XYZ | 54.83 | 66.24 | 46.45 | - |
| YUV | 206.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 167 | 0.14 | 0 | 0.25 | 0.13 | 92.73 | 0.45 | 0.76 |
| Hex | C0 | DE | A7 | E | 0 | 19 | D | 5D | 2D | 4C |
| Octal | 300 | 336 | 247 | 16 | 0 | 31 | 15 | 135 | 55 | 114 |
| Binary | 11000000 | 11011110 | 10100111 | 1110 | 0 | 11001 | 1101 | 1011101 | 101101 | 1001100 |
Color Harmonies of #C0DEA7
Complementary color
Monochromatic Colors of #C0DEA7
Black with #C0DEA7
Text Example
Text Example
White with #C0DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEA7; }
p { color: rgb(192,222,167); }
H1.HeaderClassName
{
color: #C0DEA7;
}
.AnyTagClassName
{
color: #C0DEA7;
}
</style>
background-color css
<style>
a { background-color: #C0DEA7; }
a { background-color: rgb(192,222,167); }
div.DivClassName
{
background-color: #C0DEA7;
}
.BgClassName
{
background-color: #C0DEA7;
}
</style>
border-color css
<style>
span { border-color: #C0DEA7; }
span { border-color: rgb(192,222,167); }
td.TdClassName
{
border-color: #C0DEA7;
}
.TagClassName
{
border-color: #C0DEA7;
}
</style>