Shades of Pixie Green #C0E19F
Tints of Pixie Green #C0E19F
RGB
CMYK
RGB Variations
Color information
#C0E19F (or 0xC0E19F) is known color: Pixie Green. HEX triplet: C0, E1 and 9F. RGB value is (192,225,159). Sum of RGB (Red+Green+Blue) = 192+225+159=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E19F is #3F1E60. Grayscale: #CFCFCF. Windows color (decimal): -4136545 or 10478016. OLE color: 10478016.
HSL color Cylindrical-coordinate representation of color #C0E19F: hue angle of 90º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0E19F is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 159 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.12 |
| HSL | 90º | 0.52% | 0.75% | - |
| HSV(B) | 90º | 0.29% | 0.88% | - |
| XYZ | 54.92 | 67.56 | 42.95 | - |
| YUV | 207.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 159 | 0.15 | 0 | 0.29 | 0.12 | 90 | 0.52 | 0.75 |
| Hex | C0 | E1 | 9F | F | 0 | 1D | C | 5A | 34 | 4B |
| Octal | 300 | 341 | 237 | 17 | 0 | 35 | 14 | 132 | 64 | 113 |
| Binary | 11000000 | 11100001 | 10011111 | 1111 | 0 | 11101 | 1100 | 1011010 | 110100 | 1001011 |
Color Harmonies of #C0E19F
Complementary color
Monochromatic Colors of #C0E19F
Black with #C0E19F
Text Example
Text Example
White with #C0E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E19F; }
p { color: rgb(192,225,159); }
H1.HeaderClassName
{
color: #C0E19F;
}
.AnyTagClassName
{
color: #C0E19F;
}
</style>
background-color css
<style>
a { background-color: #C0E19F; }
a { background-color: rgb(192,225,159); }
div.DivClassName
{
background-color: #C0E19F;
}
.BgClassName
{
background-color: #C0E19F;
}
</style>
border-color css
<style>
span { border-color: #C0E19F; }
span { border-color: rgb(192,225,159); }
td.TdClassName
{
border-color: #C0E19F;
}
.TagClassName
{
border-color: #C0E19F;
}
</style>