Shades of Pixie Green #C0D0AC
Tints of Pixie Green #C0D0AC
RGB
CMYK
RGB Variations
Color information
#C0D0AC (or 0xC0D0AC) is known color: Pixie Green. HEX triplet: C0, D0 and AC. RGB value is (192,208,172). Sum of RGB (Red+Green+Blue) = 192+208+172=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D0AC is #3F2F53. Grayscale: #C7C7C7. Windows color (decimal): -4140884 or 11325632. OLE color: 11325632.
HSL color Cylindrical-coordinate representation of color #C0D0AC: hue angle of 86.67º 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 #C0D0AC is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 172 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.18 |
| HSL | 86.67º | 0.28% | 0.75% | - |
| HSV(B) | 86.67º | 0.17% | 0.82% | - |
| XYZ | 51.74 | 59.3 | 47.75 | - |
| YUV | 199.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 172 | 0.08 | 0 | 0.17 | 0.18 | 86.67 | 0.28 | 0.75 |
| Hex | C0 | D0 | AC | 8 | 0 | 11 | 12 | 57 | 1C | 4B |
| Octal | 300 | 320 | 254 | 10 | 0 | 21 | 22 | 127 | 34 | 113 |
| Binary | 11000000 | 11010000 | 10101100 | 1000 | 0 | 10001 | 10010 | 1010111 | 11100 | 1001011 |
Color Harmonies of #C0D0AC
Complementary color
Monochromatic Colors of #C0D0AC
Black with #C0D0AC
Text Example
Text Example
White with #C0D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0AC; }
p { color: rgb(192,208,172); }
H1.HeaderClassName
{
color: #C0D0AC;
}
.AnyTagClassName
{
color: #C0D0AC;
}
</style>
background-color css
<style>
a { background-color: #C0D0AC; }
a { background-color: rgb(192,208,172); }
div.DivClassName
{
background-color: #C0D0AC;
}
.BgClassName
{
background-color: #C0D0AC;
}
</style>
border-color css
<style>
span { border-color: #C0D0AC; }
span { border-color: rgb(192,208,172); }
td.TdClassName
{
border-color: #C0D0AC;
}
.TagClassName
{
border-color: #C0D0AC;
}
</style>