Shades of Pixie Green #C0D8AD
Tints of Pixie Green #C0D8AD
RGB
CMYK
RGB Variations
Color information
#C0D8AD (or 0xC0D8AD) is known color: Pixie Green. HEX triplet: C0, D8 and AD. RGB value is (192,216,173). Sum of RGB (Red+Green+Blue) = 192+216+173=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8AD is #3F2752. Grayscale: #CCCCCC. Windows color (decimal): -4138835 or 11393216. OLE color: 11393216.
HSL color Cylindrical-coordinate representation of color #C0D8AD: hue angle of 93.49º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D8AD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 173 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.15 |
| HSL | 93.49º | 0.36% | 0.76% | - |
| HSV(B) | 93.49º | 0.2% | 0.85% | - |
| XYZ | 53.84 | 63.34 | 48.92 | - |
| YUV | 203.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 173 | 0.11 | 0 | 0.20 | 0.15 | 93.49 | 0.36 | 0.76 |
| Hex | C0 | D8 | AD | B | 0 | 14 | F | 5D | 24 | 4C |
| Octal | 300 | 330 | 255 | 13 | 0 | 24 | 17 | 135 | 44 | 114 |
| Binary | 11000000 | 11011000 | 10101101 | 1011 | 0 | 10100 | 1111 | 1011101 | 100100 | 1001100 |
Color Harmonies of #C0D8AD
Complementary color
Monochromatic Colors of #C0D8AD
Black with #C0D8AD
Text Example
Text Example
White with #C0D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8AD; }
p { color: rgb(192,216,173); }
H1.HeaderClassName
{
color: #C0D8AD;
}
.AnyTagClassName
{
color: #C0D8AD;
}
</style>
background-color css
<style>
a { background-color: #C0D8AD; }
a { background-color: rgb(192,216,173); }
div.DivClassName
{
background-color: #C0D8AD;
}
.BgClassName
{
background-color: #C0D8AD;
}
</style>
border-color css
<style>
span { border-color: #C0D8AD; }
span { border-color: rgb(192,216,173); }
td.TdClassName
{
border-color: #C0D8AD;
}
.TagClassName
{
border-color: #C0D8AD;
}
</style>