Shades of Pixie Green #C0DAA1
Tints of Pixie Green #C0DAA1
RGB
CMYK
RGB Variations
Color information
#C0DAA1 (or 0xC0DAA1) is known color: Pixie Green. HEX triplet: C0, DA and A1. RGB value is (192,218,161). Sum of RGB (Red+Green+Blue) = 192+218+161=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAA1 is #3F255E. Grayscale: #CBCBCB. Windows color (decimal): -4138335 or 10607296. OLE color: 10607296.
HSL color Cylindrical-coordinate representation of color #C0DAA1: hue angle of 87.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0DAA1 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 161 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.15 |
| HSL | 87.37º | 0.44% | 0.74% | - |
| HSV(B) | 87.37º | 0.26% | 0.85% | - |
| XYZ | 53.24 | 63.92 | 43.25 | - |
| YUV | 203.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 161 | 0.12 | 0 | 0.26 | 0.15 | 87.37 | 0.44 | 0.74 |
| Hex | C0 | DA | A1 | C | 0 | 1A | F | 57 | 2C | 4A |
| Octal | 300 | 332 | 241 | 14 | 0 | 32 | 17 | 127 | 54 | 112 |
| Binary | 11000000 | 11011010 | 10100001 | 1100 | 0 | 11010 | 1111 | 1010111 | 101100 | 1001010 |
Color Harmonies of #C0DAA1
Complementary color
Monochromatic Colors of #C0DAA1
Black with #C0DAA1
Text Example
Text Example
White with #C0DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAA1; }
p { color: rgb(192,218,161); }
H1.HeaderClassName
{
color: #C0DAA1;
}
.AnyTagClassName
{
color: #C0DAA1;
}
</style>
background-color css
<style>
a { background-color: #C0DAA1; }
a { background-color: rgb(192,218,161); }
div.DivClassName
{
background-color: #C0DAA1;
}
.BgClassName
{
background-color: #C0DAA1;
}
</style>
border-color css
<style>
span { border-color: #C0DAA1; }
span { border-color: rgb(192,218,161); }
td.TdClassName
{
border-color: #C0DAA1;
}
.TagClassName
{
border-color: #C0DAA1;
}
</style>