Shades of Pixie Green #C0D9A7
Tints of Pixie Green #C0D9A7
RGB
CMYK
RGB Variations
Color information
#C0D9A7 (or 0xC0D9A7) is known color: Pixie Green. HEX triplet: C0, D9 and A7. RGB value is (192,217,167). Sum of RGB (Red+Green+Blue) = 192+217+167=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D9A7 is #3F2658. Grayscale: #CCCCCC. Windows color (decimal): -4138585 or 11000256. OLE color: 11000256.
HSL color Cylindrical-coordinate representation of color #C0D9A7: hue angle of 90º degrees, saturation: 0.4, 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 #C0D9A7 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 167 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.15 |
| HSL | 90º | 0.4% | 0.75% | - |
| HSV(B) | 90º | 0.23% | 0.85% | - |
| XYZ | 53.53 | 63.62 | 46.02 | - |
| YUV | 203.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 167 | 0.12 | 0 | 0.23 | 0.15 | 90 | 0.4 | 0.75 |
| Hex | C0 | D9 | A7 | C | 0 | 17 | F | 5A | 28 | 4B |
| Octal | 300 | 331 | 247 | 14 | 0 | 27 | 17 | 132 | 50 | 113 |
| Binary | 11000000 | 11011001 | 10100111 | 1100 | 0 | 10111 | 1111 | 1011010 | 101000 | 1001011 |
Color Harmonies of #C0D9A7
Complementary color
Monochromatic Colors of #C0D9A7
Black with #C0D9A7
Text Example
Text Example
White with #C0D9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9A7; }
p { color: rgb(192,217,167); }
H1.HeaderClassName
{
color: #C0D9A7;
}
.AnyTagClassName
{
color: #C0D9A7;
}
</style>
background-color css
<style>
a { background-color: #C0D9A7; }
a { background-color: rgb(192,217,167); }
div.DivClassName
{
background-color: #C0D9A7;
}
.BgClassName
{
background-color: #C0D9A7;
}
</style>
border-color css
<style>
span { border-color: #C0D9A7; }
span { border-color: rgb(192,217,167); }
td.TdClassName
{
border-color: #C0D9A7;
}
.TagClassName
{
border-color: #C0D9A7;
}
</style>