Shades of Pixie Green #C0D3AC
Tints of Pixie Green #C0D3AC
RGB
CMYK
RGB Variations
Color information
#C0D3AC (or 0xC0D3AC) is known color: Pixie Green. HEX triplet: C0, D3 and AC. RGB value is (192,211,172). Sum of RGB (Red+Green+Blue) = 192+211+172=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D3AC is #3F2C53. Grayscale: #C9C9C9. Windows color (decimal): -4140116 or 11326400. OLE color: 11326400.
HSL color Cylindrical-coordinate representation of color #C0D3AC: hue angle of 89.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D3AC is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 172 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.17 |
| HSL | 89.23º | 0.31% | 0.75% | - |
| HSV(B) | 89.23º | 0.18% | 0.83% | - |
| XYZ | 52.48 | 60.77 | 47.99 | - |
| YUV | 200.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 172 | 0.09 | 0 | 0.18 | 0.17 | 89.23 | 0.31 | 0.75 |
| Hex | C0 | D3 | AC | 9 | 0 | 12 | 11 | 59 | 1F | 4B |
| Octal | 300 | 323 | 254 | 11 | 0 | 22 | 21 | 131 | 37 | 113 |
| Binary | 11000000 | 11010011 | 10101100 | 1001 | 0 | 10010 | 10001 | 1011001 | 11111 | 1001011 |
Color Harmonies of #C0D3AC
Complementary color
Monochromatic Colors of #C0D3AC
Black with #C0D3AC
Text Example
Text Example
White with #C0D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3AC; }
p { color: rgb(192,211,172); }
H1.HeaderClassName
{
color: #C0D3AC;
}
.AnyTagClassName
{
color: #C0D3AC;
}
</style>
background-color css
<style>
a { background-color: #C0D3AC; }
a { background-color: rgb(192,211,172); }
div.DivClassName
{
background-color: #C0D3AC;
}
.BgClassName
{
background-color: #C0D3AC;
}
</style>
border-color css
<style>
span { border-color: #C0D3AC; }
span { border-color: rgb(192,211,172); }
td.TdClassName
{
border-color: #C0D3AC;
}
.TagClassName
{
border-color: #C0D3AC;
}
</style>