Shades of Pixie Green #C2DC9E
Tints of Pixie Green #C2DC9E
RGB
CMYK
RGB Variations
Color information
#C2DC9E (or 0xC2DC9E) is known color: Pixie Green. HEX triplet: C2, DC and 9E. RGB value is (194,220,158). Sum of RGB (Red+Green+Blue) = 194+220+158=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC9E is #3D2361. Grayscale: #CDCDCD. Windows color (decimal): -4006754 or 10411202. OLE color: 10411202.
HSL color Cylindrical-coordinate representation of color #C2DC9E: hue angle of 85.16º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2DC9E is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 158 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.14 |
| HSL | 85.16º | 0.47% | 0.74% | - |
| HSV(B) | 85.16º | 0.28% | 0.86% | - |
| XYZ | 54.01 | 65.12 | 42.07 | - |
| YUV | 205.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 158 | 0.12 | 0 | 0.28 | 0.14 | 85.16 | 0.47 | 0.74 |
| Hex | C2 | DC | 9E | C | 0 | 1C | E | 55 | 2F | 4A |
| Octal | 302 | 334 | 236 | 14 | 0 | 34 | 16 | 125 | 57 | 112 |
| Binary | 11000010 | 11011100 | 10011110 | 1100 | 0 | 11100 | 1110 | 1010101 | 101111 | 1001010 |
Color Harmonies of #C2DC9E
Complementary color
Monochromatic Colors of #C2DC9E
Black with #C2DC9E
Text Example
Text Example
White with #C2DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC9E; }
p { color: rgb(194,220,158); }
H1.HeaderClassName
{
color: #C2DC9E;
}
.AnyTagClassName
{
color: #C2DC9E;
}
</style>
background-color css
<style>
a { background-color: #C2DC9E; }
a { background-color: rgb(194,220,158); }
div.DivClassName
{
background-color: #C2DC9E;
}
.BgClassName
{
background-color: #C2DC9E;
}
</style>
border-color css
<style>
span { border-color: #C2DC9E; }
span { border-color: rgb(194,220,158); }
td.TdClassName
{
border-color: #C2DC9E;
}
.TagClassName
{
border-color: #C2DC9E;
}
</style>