Shades of Pixie Green #C0D7A9
Tints of Pixie Green #C0D7A9
RGB
CMYK
RGB Variations
Color information
#C0D7A9 (or 0xC0D7A9) is known color: Pixie Green. HEX triplet: C0, D7 and A9. RGB value is (192,215,169). Sum of RGB (Red+Green+Blue) = 192+215+169=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D7A9 is #3F2856. Grayscale: #CBCBCB. Windows color (decimal): -4139095 or 11130816. OLE color: 11130816.
HSL color Cylindrical-coordinate representation of color #C0D7A9: hue angle of 90º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0D7A9 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 169 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.16 |
| HSL | 90º | 0.37% | 0.75% | - |
| HSV(B) | 90º | 0.21% | 0.84% | - |
| XYZ | 53.2 | 62.67 | 46.83 | - |
| YUV | 202.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 169 | 0.11 | 0 | 0.21 | 0.16 | 90 | 0.37 | 0.75 |
| Hex | C0 | D7 | A9 | B | 0 | 15 | 10 | 5A | 25 | 4B |
| Octal | 300 | 327 | 251 | 13 | 0 | 25 | 20 | 132 | 45 | 113 |
| Binary | 11000000 | 11010111 | 10101001 | 1011 | 0 | 10101 | 10000 | 1011010 | 100101 | 1001011 |
Color Harmonies of #C0D7A9
Complementary color
Monochromatic Colors of #C0D7A9
Black with #C0D7A9
Text Example
Text Example
White with #C0D7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D7A9; }
p { color: rgb(192,215,169); }
H1.HeaderClassName
{
color: #C0D7A9;
}
.AnyTagClassName
{
color: #C0D7A9;
}
</style>
background-color css
<style>
a { background-color: #C0D7A9; }
a { background-color: rgb(192,215,169); }
div.DivClassName
{
background-color: #C0D7A9;
}
.BgClassName
{
background-color: #C0D7A9;
}
</style>
border-color css
<style>
span { border-color: #C0D7A9; }
span { border-color: rgb(192,215,169); }
td.TdClassName
{
border-color: #C0D7A9;
}
.TagClassName
{
border-color: #C0D7A9;
}
</style>