Shades of Pixie Green #C0D9AC
Tints of Pixie Green #C0D9AC
RGB
CMYK
RGB Variations
Color information
#C0D9AC (or 0xC0D9AC) is known color: Pixie Green. HEX triplet: C0, D9 and AC. RGB value is (192,217,172). Sum of RGB (Red+Green+Blue) = 192+217+172=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D9AC is #3F2653. Grayscale: #CCCCCC. Windows color (decimal): -4138580 or 11327936. OLE color: 11327936.
HSL color Cylindrical-coordinate representation of color #C0D9AC: hue angle of 93.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0D9AC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 172 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.15 |
| HSL | 93.33º | 0.37% | 0.76% | - |
| HSV(B) | 93.33º | 0.21% | 0.85% | - |
| XYZ | 54 | 63.81 | 48.5 | - |
| YUV | 204.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 172 | 0.12 | 0 | 0.21 | 0.15 | 93.33 | 0.37 | 0.76 |
| Hex | C0 | D9 | AC | C | 0 | 15 | F | 5D | 25 | 4C |
| Octal | 300 | 331 | 254 | 14 | 0 | 25 | 17 | 135 | 45 | 114 |
| Binary | 11000000 | 11011001 | 10101100 | 1100 | 0 | 10101 | 1111 | 1011101 | 100101 | 1001100 |
Color Harmonies of #C0D9AC
Complementary color
Monochromatic Colors of #C0D9AC
Black with #C0D9AC
Text Example
Text Example
White with #C0D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9AC; }
p { color: rgb(192,217,172); }
H1.HeaderClassName
{
color: #C0D9AC;
}
.AnyTagClassName
{
color: #C0D9AC;
}
</style>
background-color css
<style>
a { background-color: #C0D9AC; }
a { background-color: rgb(192,217,172); }
div.DivClassName
{
background-color: #C0D9AC;
}
.BgClassName
{
background-color: #C0D9AC;
}
</style>
border-color css
<style>
span { border-color: #C0D9AC; }
span { border-color: rgb(192,217,172); }
td.TdClassName
{
border-color: #C0D9AC;
}
.TagClassName
{
border-color: #C0D9AC;
}
</style>