Shades of Pixie Green #C0D9AE
Tints of Pixie Green #C0D9AE
RGB
CMYK
RGB Variations
Color information
#C0D9AE (or 0xC0D9AE) is known color: Pixie Green. HEX triplet: C0, D9 and AE. RGB value is (192,217,174). Sum of RGB (Red+Green+Blue) = 192+217+174=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D9AE is #3F2651. Grayscale: #CCCCCC. Windows color (decimal): -4138578 or 11459008. OLE color: 11459008.
HSL color Cylindrical-coordinate representation of color #C0D9AE: hue angle of 94.88º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D9AE is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 174 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.15 |
| HSL | 94.88º | 0.36% | 0.77% | - |
| HSV(B) | 94.88º | 0.2% | 0.85% | - |
| XYZ | 54.19 | 63.89 | 49.52 | - |
| YUV | 204.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 174 | 0.12 | 0 | 0.20 | 0.15 | 94.88 | 0.36 | 0.77 |
| Hex | C0 | D9 | AE | C | 0 | 14 | F | 5F | 24 | 4D |
| Octal | 300 | 331 | 256 | 14 | 0 | 24 | 17 | 137 | 44 | 115 |
| Binary | 11000000 | 11011001 | 10101110 | 1100 | 0 | 10100 | 1111 | 1011111 | 100100 | 1001101 |
Color Harmonies of #C0D9AE
Complementary color
Monochromatic Colors of #C0D9AE
Black with #C0D9AE
Text Example
Text Example
White with #C0D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9AE; }
p { color: rgb(192,217,174); }
H1.HeaderClassName
{
color: #C0D9AE;
}
.AnyTagClassName
{
color: #C0D9AE;
}
</style>
background-color css
<style>
a { background-color: #C0D9AE; }
a { background-color: rgb(192,217,174); }
div.DivClassName
{
background-color: #C0D9AE;
}
.BgClassName
{
background-color: #C0D9AE;
}
</style>
border-color css
<style>
span { border-color: #C0D9AE; }
span { border-color: rgb(192,217,174); }
td.TdClassName
{
border-color: #C0D9AE;
}
.TagClassName
{
border-color: #C0D9AE;
}
</style>