Shades of Pixie Green #C9DDAA
Tints of Pixie Green #C9DDAA
RGB
CMYK
RGB Variations
Color information
#C9DDAA (or 0xC9DDAA) is known color: Pixie Green. HEX triplet: C9, DD and AA. RGB value is (201,221,170). Sum of RGB (Red+Green+Blue) = 201+221+170=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DDAA is #362255. Grayscale: #D1D1D1. Windows color (decimal): -3547734 or 11197897. OLE color: 11197897.
HSL color Cylindrical-coordinate representation of color #C9DDAA: hue angle of 83.53º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9DDAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 170 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.13 |
| HSL | 83.53º | 0.43% | 0.77% | - |
| HSV(B) | 83.53º | 0.23% | 0.87% | - |
| XYZ | 57.2 | 67.03 | 47.95 | - |
| YUV | 209.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 170 | 0.09 | 0 | 0.23 | 0.13 | 83.53 | 0.43 | 0.77 |
| Hex | C9 | DD | AA | 9 | 0 | 17 | D | 54 | 2B | 4D |
| Octal | 311 | 335 | 252 | 11 | 0 | 27 | 15 | 124 | 53 | 115 |
| Binary | 11001001 | 11011101 | 10101010 | 1001 | 0 | 10111 | 1101 | 1010100 | 101011 | 1001101 |
Color Harmonies of #C9DDAA
Complementary color
Monochromatic Colors of #C9DDAA
Black with #C9DDAA
Text Example
Text Example
White with #C9DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDAA; }
p { color: rgb(201,221,170); }
H1.HeaderClassName
{
color: #C9DDAA;
}
.AnyTagClassName
{
color: #C9DDAA;
}
</style>
background-color css
<style>
a { background-color: #C9DDAA; }
a { background-color: rgb(201,221,170); }
div.DivClassName
{
background-color: #C9DDAA;
}
.BgClassName
{
background-color: #C9DDAA;
}
</style>
border-color css
<style>
span { border-color: #C9DDAA; }
span { border-color: rgb(201,221,170); }
td.TdClassName
{
border-color: #C9DDAA;
}
.TagClassName
{
border-color: #C9DDAA;
}
</style>