Shades of Pixie Green #C0D6AF
Tints of Pixie Green #C0D6AF
RGB
CMYK
RGB Variations
Color information
#C0D6AF (or 0xC0D6AF) is known color: Pixie Green. HEX triplet: C0, D6 and AF. RGB value is (192,214,175). Sum of RGB (Red+Green+Blue) = 192+214+175=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D6AF is #3F2950. Grayscale: #CBCBCB. Windows color (decimal): -4139345 or 11523776. OLE color: 11523776.
HSL color Cylindrical-coordinate representation of color #C0D6AF: hue angle of 93.85º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D6AF is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 175 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.16 |
| HSL | 93.85º | 0.32% | 0.76% | - |
| HSV(B) | 93.85º | 0.18% | 0.84% | - |
| XYZ | 53.52 | 62.39 | 49.78 | - |
| YUV | 202.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 175 | 0.10 | 0 | 0.18 | 0.16 | 93.85 | 0.32 | 0.76 |
| Hex | C0 | D6 | AF | A | 0 | 12 | 10 | 5E | 20 | 4C |
| Octal | 300 | 326 | 257 | 12 | 0 | 22 | 20 | 136 | 40 | 114 |
| Binary | 11000000 | 11010110 | 10101111 | 1010 | 0 | 10010 | 10000 | 1011110 | 100000 | 1001100 |
Color Harmonies of #C0D6AF
Complementary color
Monochromatic Colors of #C0D6AF
Black with #C0D6AF
Text Example
Text Example
White with #C0D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6AF; }
p { color: rgb(192,214,175); }
H1.HeaderClassName
{
color: #C0D6AF;
}
.AnyTagClassName
{
color: #C0D6AF;
}
</style>
background-color css
<style>
a { background-color: #C0D6AF; }
a { background-color: rgb(192,214,175); }
div.DivClassName
{
background-color: #C0D6AF;
}
.BgClassName
{
background-color: #C0D6AF;
}
</style>
border-color css
<style>
span { border-color: #C0D6AF; }
span { border-color: rgb(192,214,175); }
td.TdClassName
{
border-color: #C0D6AF;
}
.TagClassName
{
border-color: #C0D6AF;
}
</style>