Shades of Pixie Green #C2DCA9
Tints of Pixie Green #C2DCA9
RGB
CMYK
RGB Variations
Color information
#C2DCA9 (or 0xC2DCA9) is known color: Pixie Green. HEX triplet: C2, DC and A9. RGB value is (194,220,169). Sum of RGB (Red+Green+Blue) = 194+220+169=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCA9 is #3D2356. Grayscale: #CECECE. Windows color (decimal): -4006743 or 11132098. OLE color: 11132098.
HSL color Cylindrical-coordinate representation of color #C2DCA9: hue angle of 90.59º 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 #C2DCA9 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 169 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.14 |
| HSL | 90.59º | 0.42% | 0.76% | - |
| HSV(B) | 90.59º | 0.23% | 0.86% | - |
| XYZ | 55 | 65.52 | 47.28 | - |
| YUV | 206.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 169 | 0.12 | 0 | 0.23 | 0.14 | 90.59 | 0.42 | 0.76 |
| Hex | C2 | DC | A9 | C | 0 | 17 | E | 5B | 2A | 4C |
| Octal | 302 | 334 | 251 | 14 | 0 | 27 | 16 | 133 | 52 | 114 |
| Binary | 11000010 | 11011100 | 10101001 | 1100 | 0 | 10111 | 1110 | 1011011 | 101010 | 1001100 |
Color Harmonies of #C2DCA9
Complementary color
Monochromatic Colors of #C2DCA9
Black with #C2DCA9
Text Example
Text Example
White with #C2DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCA9; }
p { color: rgb(194,220,169); }
H1.HeaderClassName
{
color: #C2DCA9;
}
.AnyTagClassName
{
color: #C2DCA9;
}
</style>
background-color css
<style>
a { background-color: #C2DCA9; }
a { background-color: rgb(194,220,169); }
div.DivClassName
{
background-color: #C2DCA9;
}
.BgClassName
{
background-color: #C2DCA9;
}
</style>
border-color css
<style>
span { border-color: #C2DCA9; }
span { border-color: rgb(194,220,169); }
td.TdClassName
{
border-color: #C2DCA9;
}
.TagClassName
{
border-color: #C2DCA9;
}
</style>