Shades of Pixie Green #C0DCA9
Tints of Pixie Green #C0DCA9
RGB
CMYK
RGB Variations
Color information
#C0DCA9 (or 0xC0DCA9) is known color: Pixie Green. HEX triplet: C0, DC and A9. RGB value is (192,220,169). Sum of RGB (Red+Green+Blue) = 192+220+169=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCA9 is #3F2356. Grayscale: #CDCDCD. Windows color (decimal): -4137815 or 11132096. OLE color: 11132096.
HSL color Cylindrical-coordinate representation of color #C0DCA9: hue angle of 92.94º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DCA9 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 169 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.14 |
| HSL | 92.94º | 0.42% | 0.76% | - |
| HSV(B) | 92.94º | 0.23% | 0.86% | - |
| XYZ | 54.49 | 65.26 | 47.26 | - |
| YUV | 205.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 169 | 0.13 | 0 | 0.23 | 0.14 | 92.94 | 0.42 | 0.76 |
| Hex | C0 | DC | A9 | D | 0 | 17 | E | 5D | 2A | 4C |
| Octal | 300 | 334 | 251 | 15 | 0 | 27 | 16 | 135 | 52 | 114 |
| Binary | 11000000 | 11011100 | 10101001 | 1101 | 0 | 10111 | 1110 | 1011101 | 101010 | 1001100 |
Color Harmonies of #C0DCA9
Complementary color
Monochromatic Colors of #C0DCA9
Black with #C0DCA9
Text Example
Text Example
White with #C0DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCA9; }
p { color: rgb(192,220,169); }
H1.HeaderClassName
{
color: #C0DCA9;
}
.AnyTagClassName
{
color: #C0DCA9;
}
</style>
background-color css
<style>
a { background-color: #C0DCA9; }
a { background-color: rgb(192,220,169); }
div.DivClassName
{
background-color: #C0DCA9;
}
.BgClassName
{
background-color: #C0DCA9;
}
</style>
border-color css
<style>
span { border-color: #C0DCA9; }
span { border-color: rgb(192,220,169); }
td.TdClassName
{
border-color: #C0DCA9;
}
.TagClassName
{
border-color: #C0DCA9;
}
</style>