Shades of Pixie Green #C0DD9A
Tints of Pixie Green #C0DD9A
RGB
CMYK
RGB Variations
Color information
#C0DD9A (or 0xC0DD9A) is known color: Pixie Green. HEX triplet: C0, DD and 9A. RGB value is (192,221,154). Sum of RGB (Red+Green+Blue) = 192+221+154=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD9A is #3F2265. Grayscale: #CCCCCC. Windows color (decimal): -4137574 or 10149312. OLE color: 10149312.
HSL color Cylindrical-coordinate representation of color #C0DD9A: hue angle of 85.97º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0DD9A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 154 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.13 |
| HSL | 85.97º | 0.5% | 0.74% | - |
| HSV(B) | 85.97º | 0.3% | 0.87% | - |
| XYZ | 53.43 | 65.25 | 40.35 | - |
| YUV | 204.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 154 | 0.13 | 0 | 0.30 | 0.13 | 85.97 | 0.5 | 0.74 |
| Hex | C0 | DD | 9A | D | 0 | 1E | D | 56 | 32 | 4A |
| Octal | 300 | 335 | 232 | 15 | 0 | 36 | 15 | 126 | 62 | 112 |
| Binary | 11000000 | 11011101 | 10011010 | 1101 | 0 | 11110 | 1101 | 1010110 | 110010 | 1001010 |
Color Harmonies of #C0DD9A
Complementary color
Monochromatic Colors of #C0DD9A
Black with #C0DD9A
Text Example
Text Example
White with #C0DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD9A; }
p { color: rgb(192,221,154); }
H1.HeaderClassName
{
color: #C0DD9A;
}
.AnyTagClassName
{
color: #C0DD9A;
}
</style>
background-color css
<style>
a { background-color: #C0DD9A; }
a { background-color: rgb(192,221,154); }
div.DivClassName
{
background-color: #C0DD9A;
}
.BgClassName
{
background-color: #C0DD9A;
}
</style>
border-color css
<style>
span { border-color: #C0DD9A; }
span { border-color: rgb(192,221,154); }
td.TdClassName
{
border-color: #C0DD9A;
}
.TagClassName
{
border-color: #C0DD9A;
}
</style>