Shades of Pixie Green #C0DC9B
Tints of Pixie Green #C0DC9B
RGB
CMYK
RGB Variations
Color information
#C0DC9B (or 0xC0DC9B) is known color: Pixie Green. HEX triplet: C0, DC and 9B. RGB value is (192,220,155). Sum of RGB (Red+Green+Blue) = 192+220+155=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC9B is #3F2364. Grayscale: #CCCCCC. Windows color (decimal): -4137829 or 10214592. OLE color: 10214592.
HSL color Cylindrical-coordinate representation of color #C0DC9B: hue angle of 85.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0DC9B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 155 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.14 |
| HSL | 85.85º | 0.48% | 0.74% | - |
| HSV(B) | 85.85º | 0.3% | 0.86% | - |
| XYZ | 53.25 | 64.76 | 40.7 | - |
| YUV | 204.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 155 | 0.13 | 0 | 0.30 | 0.14 | 85.85 | 0.48 | 0.74 |
| Hex | C0 | DC | 9B | D | 0 | 1E | E | 56 | 30 | 4A |
| Octal | 300 | 334 | 233 | 15 | 0 | 36 | 16 | 126 | 60 | 112 |
| Binary | 11000000 | 11011100 | 10011011 | 1101 | 0 | 11110 | 1110 | 1010110 | 110000 | 1001010 |
Color Harmonies of #C0DC9B
Complementary color
Monochromatic Colors of #C0DC9B
Black with #C0DC9B
Text Example
Text Example
White with #C0DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC9B; }
p { color: rgb(192,220,155); }
H1.HeaderClassName
{
color: #C0DC9B;
}
.AnyTagClassName
{
color: #C0DC9B;
}
</style>
background-color css
<style>
a { background-color: #C0DC9B; }
a { background-color: rgb(192,220,155); }
div.DivClassName
{
background-color: #C0DC9B;
}
.BgClassName
{
background-color: #C0DC9B;
}
</style>
border-color css
<style>
span { border-color: #C0DC9B; }
span { border-color: rgb(192,220,155); }
td.TdClassName
{
border-color: #C0DC9B;
}
.TagClassName
{
border-color: #C0DC9B;
}
</style>