Shades of Pixie Green #C0DAAC
Tints of Pixie Green #C0DAAC
RGB
CMYK
RGB Variations
Color information
#C0DAAC (or 0xC0DAAC) is known color: Pixie Green. HEX triplet: C0, DA and AC. RGB value is (192,218,172). Sum of RGB (Red+Green+Blue) = 192+218+172=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAAC is #3F2553. Grayscale: #CDCDCD. Windows color (decimal): -4138324 or 11328192. OLE color: 11328192.
HSL color Cylindrical-coordinate representation of color #C0DAAC: hue angle of 93.91º degrees, saturation: 0.38, 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 #C0DAAC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 172 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.15 |
| HSL | 93.91º | 0.38% | 0.76% | - |
| HSV(B) | 93.91º | 0.21% | 0.85% | - |
| XYZ | 54.26 | 64.33 | 48.59 | - |
| YUV | 204.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 172 | 0.12 | 0 | 0.21 | 0.15 | 93.91 | 0.38 | 0.76 |
| Hex | C0 | DA | AC | C | 0 | 15 | F | 5E | 26 | 4C |
| Octal | 300 | 332 | 254 | 14 | 0 | 25 | 17 | 136 | 46 | 114 |
| Binary | 11000000 | 11011010 | 10101100 | 1100 | 0 | 10101 | 1111 | 1011110 | 100110 | 1001100 |
Color Harmonies of #C0DAAC
Complementary color
Monochromatic Colors of #C0DAAC
Black with #C0DAAC
Text Example
Text Example
White with #C0DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAAC; }
p { color: rgb(192,218,172); }
H1.HeaderClassName
{
color: #C0DAAC;
}
.AnyTagClassName
{
color: #C0DAAC;
}
</style>
background-color css
<style>
a { background-color: #C0DAAC; }
a { background-color: rgb(192,218,172); }
div.DivClassName
{
background-color: #C0DAAC;
}
.BgClassName
{
background-color: #C0DAAC;
}
</style>
border-color css
<style>
span { border-color: #C0DAAC; }
span { border-color: rgb(192,218,172); }
td.TdClassName
{
border-color: #C0DAAC;
}
.TagClassName
{
border-color: #C0DAAC;
}
</style>