Shades of Pixie Green #C0D2AF
Tints of Pixie Green #C0D2AF
RGB
CMYK
RGB Variations
Color information
#C0D2AF (or 0xC0D2AF) is known color: Pixie Green. HEX triplet: C0, D2 and AF. RGB value is (192,210,175). Sum of RGB (Red+Green+Blue) = 192+210+175=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D2AF is #3F2D50. Grayscale: #C8C8C8. Windows color (decimal): -4140369 or 11522752. OLE color: 11522752.
HSL color Cylindrical-coordinate representation of color #C0D2AF: hue angle of 90.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0D2AF is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 175 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.18 |
| HSL | 90.86º | 0.28% | 0.75% | - |
| HSV(B) | 90.86º | 0.17% | 0.82% | - |
| XYZ | 52.52 | 60.39 | 49.45 | - |
| YUV | 200.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 175 | 0.09 | 0 | 0.17 | 0.18 | 90.86 | 0.28 | 0.75 |
| Hex | C0 | D2 | AF | 9 | 0 | 11 | 12 | 5B | 1C | 4B |
| Octal | 300 | 322 | 257 | 11 | 0 | 21 | 22 | 133 | 34 | 113 |
| Binary | 11000000 | 11010010 | 10101111 | 1001 | 0 | 10001 | 10010 | 1011011 | 11100 | 1001011 |
Color Harmonies of #C0D2AF
Complementary color
Monochromatic Colors of #C0D2AF
Black with #C0D2AF
Text Example
Text Example
White with #C0D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2AF; }
p { color: rgb(192,210,175); }
H1.HeaderClassName
{
color: #C0D2AF;
}
.AnyTagClassName
{
color: #C0D2AF;
}
</style>
background-color css
<style>
a { background-color: #C0D2AF; }
a { background-color: rgb(192,210,175); }
div.DivClassName
{
background-color: #C0D2AF;
}
.BgClassName
{
background-color: #C0D2AF;
}
</style>
border-color css
<style>
span { border-color: #C0D2AF; }
span { border-color: rgb(192,210,175); }
td.TdClassName
{
border-color: #C0D2AF;
}
.TagClassName
{
border-color: #C0D2AF;
}
</style>