Shades of Pixie Green #C2DCAA
Tints of Pixie Green #C2DCAA
RGB
CMYK
RGB Variations
Color information
#C2DCAA (or 0xC2DCAA) is known color: Pixie Green. HEX triplet: C2, DC and AA. RGB value is (194,220,170). Sum of RGB (Red+Green+Blue) = 194+220+170=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCAA is #3D2355. Grayscale: #CECECE. Windows color (decimal): -4006742 or 11197634. OLE color: 11197634.
HSL color Cylindrical-coordinate representation of color #C2DCAA: hue angle of 91.2º 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 #C2DCAA is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 170 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.14 |
| HSL | 91.2º | 0.42% | 0.76% | - |
| HSV(B) | 91.2º | 0.23% | 0.86% | - |
| XYZ | 55.1 | 65.56 | 47.78 | - |
| YUV | 206.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 170 | 0.12 | 0 | 0.23 | 0.14 | 91.2 | 0.42 | 0.76 |
| Hex | C2 | DC | AA | C | 0 | 17 | E | 5B | 2A | 4C |
| Octal | 302 | 334 | 252 | 14 | 0 | 27 | 16 | 133 | 52 | 114 |
| Binary | 11000010 | 11011100 | 10101010 | 1100 | 0 | 10111 | 1110 | 1011011 | 101010 | 1001100 |
Color Harmonies of #C2DCAA
Complementary color
Monochromatic Colors of #C2DCAA
Black with #C2DCAA
Text Example
Text Example
White with #C2DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCAA; }
p { color: rgb(194,220,170); }
H1.HeaderClassName
{
color: #C2DCAA;
}
.AnyTagClassName
{
color: #C2DCAA;
}
</style>
background-color css
<style>
a { background-color: #C2DCAA; }
a { background-color: rgb(194,220,170); }
div.DivClassName
{
background-color: #C2DCAA;
}
.BgClassName
{
background-color: #C2DCAA;
}
</style>
border-color css
<style>
span { border-color: #C2DCAA; }
span { border-color: rgb(194,220,170); }
td.TdClassName
{
border-color: #C2DCAA;
}
.TagClassName
{
border-color: #C2DCAA;
}
</style>