Shades of Pixie Green #C0DA9C
Tints of Pixie Green #C0DA9C
RGB
CMYK
RGB Variations
Color information
#C0DA9C (or 0xC0DA9C) is known color: Pixie Green. HEX triplet: C0, DA and 9C. RGB value is (192,218,156). Sum of RGB (Red+Green+Blue) = 192+218+156=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA9C is #3F2563. Grayscale: #CBCBCB. Windows color (decimal): -4138340 or 10279616. OLE color: 10279616.
HSL color Cylindrical-coordinate representation of color #C0DA9C: hue angle of 85.16º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0DA9C is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 156 | - |
CMYK | 0.12 | 0 | 0.28 | 0.15 |
HSL | 85.16º | 0.46% | 0.73% | - |
HSV(B) | 85.16º | 0.28% | 0.85% | - |
XYZ | 52.81 | 63.75 | 40.97 | - |
YUV | 203.16 | 101.39 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 156 | 0.12 | 0 | 0.28 | 0.15 | 85.16 | 0.46 | 0.73 |
Hex | C0 | DA | 9C | C | 0 | 1C | F | 55 | 2E | 49 |
Octal | 300 | 332 | 234 | 14 | 0 | 34 | 17 | 125 | 56 | 111 |
Binary | 11000000 | 11011010 | 10011100 | 1100 | 0 | 11100 | 1111 | 1010101 | 101110 | 1001001 |
Color Harmonies of #C0DA9C
Complementary color
Monochromatic Colors of #C0DA9C
Black with #C0DA9C
Text Example
Text Example
White with #C0DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA9C; }
p { color: rgb(192,218,156); }
H1.HeaderClassName
{
color: #C0DA9C;
}
.AnyTagClassName
{
color: #C0DA9C;
}
</style>
background-color css
<style>
a { background-color: #C0DA9C; }
a { background-color: rgb(192,218,156); }
div.DivClassName
{
background-color: #C0DA9C;
}
.BgClassName
{
background-color: #C0DA9C;
}
</style>
border-color css
<style>
span { border-color: #C0DA9C; }
span { border-color: rgb(192,218,156); }
td.TdClassName
{
border-color: #C0DA9C;
}
.TagClassName
{
border-color: #C0DA9C;
}
</style>