Shades of Pixie Green #C0DCA4
Tints of Pixie Green #C0DCA4
RGB
CMYK
RGB Variations
Color information
#C0DCA4 (or 0xC0DCA4) is known color: Pixie Green. HEX triplet: C0, DC and A4. RGB value is (192,220,164). Sum of RGB (Red+Green+Blue) = 192+220+164=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCA4 is #3F235B. Grayscale: #CDCDCD. Windows color (decimal): -4137820 or 10804416. OLE color: 10804416.
HSL color Cylindrical-coordinate representation of color #C0DCA4: hue angle of 90º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DCA4 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 164 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.14 |
| HSL | 90º | 0.44% | 0.75% | - |
| HSV(B) | 90º | 0.25% | 0.86% | - |
| XYZ | 54.03 | 65.07 | 44.83 | - |
| YUV | 205.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 164 | 0.13 | 0 | 0.25 | 0.14 | 90 | 0.44 | 0.75 |
| Hex | C0 | DC | A4 | D | 0 | 19 | E | 5A | 2C | 4B |
| Octal | 300 | 334 | 244 | 15 | 0 | 31 | 16 | 132 | 54 | 113 |
| Binary | 11000000 | 11011100 | 10100100 | 1101 | 0 | 11001 | 1110 | 1011010 | 101100 | 1001011 |
Color Harmonies of #C0DCA4
Complementary color
Monochromatic Colors of #C0DCA4
Black with #C0DCA4
Text Example
Text Example
White with #C0DCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCA4; }
p { color: rgb(192,220,164); }
H1.HeaderClassName
{
color: #C0DCA4;
}
.AnyTagClassName
{
color: #C0DCA4;
}
</style>
background-color css
<style>
a { background-color: #C0DCA4; }
a { background-color: rgb(192,220,164); }
div.DivClassName
{
background-color: #C0DCA4;
}
.BgClassName
{
background-color: #C0DCA4;
}
</style>
border-color css
<style>
span { border-color: #C0DCA4; }
span { border-color: rgb(192,220,164); }
td.TdClassName
{
border-color: #C0DCA4;
}
.TagClassName
{
border-color: #C0DCA4;
}
</style>