Shades of Pixie Green #C8DCAA
Tints of Pixie Green #C8DCAA
RGB
CMYK
RGB Variations
Color information
#C8DCAA (or 0xC8DCAA) is known color: Pixie Green. HEX triplet: C8, DC and AA. RGB value is (200,220,170). Sum of RGB (Red+Green+Blue) = 200+220+170=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCAA is #372355. Grayscale: #D0D0D0. Windows color (decimal): -3613526 or 11197640. OLE color: 11197640.
HSL color Cylindrical-coordinate representation of color #C8DCAA: hue angle of 84º 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 #C8DCAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 170 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.14 |
| HSL | 84º | 0.42% | 0.76% | - |
| HSV(B) | 84º | 0.23% | 0.86% | - |
| XYZ | 56.67 | 66.37 | 47.85 | - |
| YUV | 208.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 170 | 0.09 | 0 | 0.23 | 0.14 | 84 | 0.42 | 0.76 |
| Hex | C8 | DC | AA | 9 | 0 | 17 | E | 54 | 2A | 4C |
| Octal | 310 | 334 | 252 | 11 | 0 | 27 | 16 | 124 | 52 | 114 |
| Binary | 11001000 | 11011100 | 10101010 | 1001 | 0 | 10111 | 1110 | 1010100 | 101010 | 1001100 |
Color Harmonies of #C8DCAA
Complementary color
Monochromatic Colors of #C8DCAA
Black with #C8DCAA
Text Example
Text Example
White with #C8DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCAA; }
p { color: rgb(200,220,170); }
H1.HeaderClassName
{
color: #C8DCAA;
}
.AnyTagClassName
{
color: #C8DCAA;
}
</style>
background-color css
<style>
a { background-color: #C8DCAA; }
a { background-color: rgb(200,220,170); }
div.DivClassName
{
background-color: #C8DCAA;
}
.BgClassName
{
background-color: #C8DCAA;
}
</style>
border-color css
<style>
span { border-color: #C8DCAA; }
span { border-color: rgb(200,220,170); }
td.TdClassName
{
border-color: #C8DCAA;
}
.TagClassName
{
border-color: #C8DCAA;
}
</style>