Shades of Pixie Green #C0D9AD
Tints of Pixie Green #C0D9AD
RGB
CMYK
RGB Variations
Color information
#C0D9AD (or 0xC0D9AD) is known color: Pixie Green. HEX triplet: C0, D9 and AD. RGB value is (192,217,173). Sum of RGB (Red+Green+Blue) = 192+217+173=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D9AD is #3F2652. Grayscale: #CCCCCC. Windows color (decimal): -4138579 or 11393472. OLE color: 11393472.
HSL color Cylindrical-coordinate representation of color #C0D9AD: hue angle of 94.09º degrees, saturation: 0.37, 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 #C0D9AD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 173 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.15 |
| HSL | 94.09º | 0.37% | 0.76% | - |
| HSV(B) | 94.09º | 0.2% | 0.85% | - |
| XYZ | 54.09 | 63.85 | 49.01 | - |
| YUV | 204.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 173 | 0.12 | 0 | 0.20 | 0.15 | 94.09 | 0.37 | 0.76 |
| Hex | C0 | D9 | AD | C | 0 | 14 | F | 5E | 25 | 4C |
| Octal | 300 | 331 | 255 | 14 | 0 | 24 | 17 | 136 | 45 | 114 |
| Binary | 11000000 | 11011001 | 10101101 | 1100 | 0 | 10100 | 1111 | 1011110 | 100101 | 1001100 |
Color Harmonies of #C0D9AD
Complementary color
Monochromatic Colors of #C0D9AD
Black with #C0D9AD
Text Example
Text Example
White with #C0D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9AD; }
p { color: rgb(192,217,173); }
H1.HeaderClassName
{
color: #C0D9AD;
}
.AnyTagClassName
{
color: #C0D9AD;
}
</style>
background-color css
<style>
a { background-color: #C0D9AD; }
a { background-color: rgb(192,217,173); }
div.DivClassName
{
background-color: #C0D9AD;
}
.BgClassName
{
background-color: #C0D9AD;
}
</style>
border-color css
<style>
span { border-color: #C0D9AD; }
span { border-color: rgb(192,217,173); }
td.TdClassName
{
border-color: #C0D9AD;
}
.TagClassName
{
border-color: #C0D9AD;
}
</style>