Shades of Pixie Green #C0DCAA
Tints of Pixie Green #C0DCAA
RGB
CMYK
RGB Variations
Color information
#C0DCAA (or 0xC0DCAA) is known color: Pixie Green. HEX triplet: C0, DC and AA. RGB value is (192,220,170). Sum of RGB (Red+Green+Blue) = 192+220+170=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCAA is #3F2355. Grayscale: #CECECE. Windows color (decimal): -4137814 or 11197632. OLE color: 11197632.
HSL color Cylindrical-coordinate representation of color #C0DCAA: hue angle of 93.6º 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 #C0DCAA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 170 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.14 |
| HSL | 93.6º | 0.42% | 0.76% | - |
| HSV(B) | 93.6º | 0.23% | 0.86% | - |
| XYZ | 54.59 | 65.3 | 47.76 | - |
| YUV | 205.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 170 | 0.13 | 0 | 0.23 | 0.14 | 93.6 | 0.42 | 0.76 |
| Hex | C0 | DC | AA | D | 0 | 17 | E | 5E | 2A | 4C |
| Octal | 300 | 334 | 252 | 15 | 0 | 27 | 16 | 136 | 52 | 114 |
| Binary | 11000000 | 11011100 | 10101010 | 1101 | 0 | 10111 | 1110 | 1011110 | 101010 | 1001100 |
Color Harmonies of #C0DCAA
Complementary color
Monochromatic Colors of #C0DCAA
Black with #C0DCAA
Text Example
Text Example
White with #C0DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCAA; }
p { color: rgb(192,220,170); }
H1.HeaderClassName
{
color: #C0DCAA;
}
.AnyTagClassName
{
color: #C0DCAA;
}
</style>
background-color css
<style>
a { background-color: #C0DCAA; }
a { background-color: rgb(192,220,170); }
div.DivClassName
{
background-color: #C0DCAA;
}
.BgClassName
{
background-color: #C0DCAA;
}
</style>
border-color css
<style>
span { border-color: #C0DCAA; }
span { border-color: rgb(192,220,170); }
td.TdClassName
{
border-color: #C0DCAA;
}
.TagClassName
{
border-color: #C0DCAA;
}
</style>