Shades of Pixie Green #C2DEA9
Tints of Pixie Green #C2DEA9
RGB
CMYK
RGB Variations
Color information
#C2DEA9 (or 0xC2DEA9) is known color: Pixie Green. HEX triplet: C2, DE and A9. RGB value is (194,222,169). Sum of RGB (Red+Green+Blue) = 194+222+169=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DEA9 is #3D2156. Grayscale: #CFCFCF. Windows color (decimal): -4006231 or 11132610. OLE color: 11132610.
HSL color Cylindrical-coordinate representation of color #C2DEA9: hue angle of 91.7º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DEA9 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 169 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.13 |
| HSL | 91.7º | 0.45% | 0.77% | - |
| HSV(B) | 91.7º | 0.24% | 0.87% | - |
| XYZ | 55.53 | 66.58 | 47.46 | - |
| YUV | 207.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 169 | 0.13 | 0 | 0.24 | 0.13 | 91.7 | 0.45 | 0.77 |
| Hex | C2 | DE | A9 | D | 0 | 18 | D | 5C | 2D | 4D |
| Octal | 302 | 336 | 251 | 15 | 0 | 30 | 15 | 134 | 55 | 115 |
| Binary | 11000010 | 11011110 | 10101001 | 1101 | 0 | 11000 | 1101 | 1011100 | 101101 | 1001101 |
Color Harmonies of #C2DEA9
Complementary color
Monochromatic Colors of #C2DEA9
Black with #C2DEA9
Text Example
Text Example
White with #C2DEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEA9; }
p { color: rgb(194,222,169); }
H1.HeaderClassName
{
color: #C2DEA9;
}
.AnyTagClassName
{
color: #C2DEA9;
}
</style>
background-color css
<style>
a { background-color: #C2DEA9; }
a { background-color: rgb(194,222,169); }
div.DivClassName
{
background-color: #C2DEA9;
}
.BgClassName
{
background-color: #C2DEA9;
}
</style>
border-color css
<style>
span { border-color: #C2DEA9; }
span { border-color: rgb(194,222,169); }
td.TdClassName
{
border-color: #C2DEA9;
}
.TagClassName
{
border-color: #C2DEA9;
}
</style>