Shades of Pixie Green #C0DA9F
Tints of Pixie Green #C0DA9F
RGB
CMYK
RGB Variations
Color information
#C0DA9F (or 0xC0DA9F) is known color: Pixie Green. HEX triplet: C0, DA and 9F. RGB value is (192,218,159). Sum of RGB (Red+Green+Blue) = 192+218+159=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA9F is #3F2560. Grayscale: #CBCBCB. Windows color (decimal): -4138337 or 10476224. OLE color: 10476224.
HSL color Cylindrical-coordinate representation of color #C0DA9F: hue angle of 86.44º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0DA9F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 159 | - |
CMYK | 0.12 | 0 | 0.27 | 0.15 |
HSL | 86.44º | 0.44% | 0.74% | - |
HSV(B) | 86.44º | 0.27% | 0.85% | - |
XYZ | 53.07 | 63.85 | 42.33 | - |
YUV | 203.5 | 102.89 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 159 | 0.12 | 0 | 0.27 | 0.15 | 86.44 | 0.44 | 0.74 |
Hex | C0 | DA | 9F | C | 0 | 1B | F | 56 | 2C | 4A |
Octal | 300 | 332 | 237 | 14 | 0 | 33 | 17 | 126 | 54 | 112 |
Binary | 11000000 | 11011010 | 10011111 | 1100 | 0 | 11011 | 1111 | 1010110 | 101100 | 1001010 |
Color Harmonies of #C0DA9F
Complementary color
Monochromatic Colors of #C0DA9F
Black with #C0DA9F
Text Example
Text Example
White with #C0DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA9F; }
p { color: rgb(192,218,159); }
H1.HeaderClassName
{
color: #C0DA9F;
}
.AnyTagClassName
{
color: #C0DA9F;
}
</style>
background-color css
<style>
a { background-color: #C0DA9F; }
a { background-color: rgb(192,218,159); }
div.DivClassName
{
background-color: #C0DA9F;
}
.BgClassName
{
background-color: #C0DA9F;
}
</style>
border-color css
<style>
span { border-color: #C0DA9F; }
span { border-color: rgb(192,218,159); }
td.TdClassName
{
border-color: #C0DA9F;
}
.TagClassName
{
border-color: #C0DA9F;
}
</style>