Shades of Pixie Green #C4DCAA
Tints of Pixie Green #C4DCAA
RGB
CMYK
RGB Variations
Color information
#C4DCAA (or 0xC4DCAA) is known color: Pixie Green. HEX triplet: C4, DC and AA. RGB value is (196,220,170). Sum of RGB (Red+Green+Blue) = 196+220+170=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DCAA is #3B2355. Grayscale: #CFCFCF. Windows color (decimal): -3875670 or 11197636. OLE color: 11197636.
HSL color Cylindrical-coordinate representation of color #C4DCAA: hue angle of 88.8º 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 #C4DCAA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 170 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.14 |
| HSL | 88.8º | 0.42% | 0.76% | - |
| HSV(B) | 88.8º | 0.23% | 0.86% | - |
| XYZ | 55.61 | 65.82 | 47.8 | - |
| YUV | 207.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 170 | 0.11 | 0 | 0.23 | 0.14 | 88.8 | 0.42 | 0.76 |
| Hex | C4 | DC | AA | B | 0 | 17 | E | 59 | 2A | 4C |
| Octal | 304 | 334 | 252 | 13 | 0 | 27 | 16 | 131 | 52 | 114 |
| Binary | 11000100 | 11011100 | 10101010 | 1011 | 0 | 10111 | 1110 | 1011001 | 101010 | 1001100 |
Color Harmonies of #C4DCAA
Complementary color
Monochromatic Colors of #C4DCAA
Black with #C4DCAA
Text Example
Text Example
White with #C4DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCAA; }
p { color: rgb(196,220,170); }
H1.HeaderClassName
{
color: #C4DCAA;
}
.AnyTagClassName
{
color: #C4DCAA;
}
</style>
background-color css
<style>
a { background-color: #C4DCAA; }
a { background-color: rgb(196,220,170); }
div.DivClassName
{
background-color: #C4DCAA;
}
.BgClassName
{
background-color: #C4DCAA;
}
</style>
border-color css
<style>
span { border-color: #C4DCAA; }
span { border-color: rgb(196,220,170); }
td.TdClassName
{
border-color: #C4DCAA;
}
.TagClassName
{
border-color: #C4DCAA;
}
</style>