Shades of Pixie Green #C0DEA3
Tints of Pixie Green #C0DEA3
RGB
CMYK
RGB Variations
Color information
#C0DEA3 (or 0xC0DEA3) is known color: Pixie Green. HEX triplet: C0, DE and A3. RGB value is (192,222,163). Sum of RGB (Red+Green+Blue) = 192+222+163=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEA3 is #3F215C. Grayscale: #CECECE. Windows color (decimal): -4137309 or 10739392. OLE color: 10739392.
HSL color Cylindrical-coordinate representation of color #C0DEA3: hue angle of 90.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0DEA3 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 163 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.13 |
| HSL | 90.51º | 0.47% | 0.75% | - |
| HSV(B) | 90.51º | 0.27% | 0.87% | - |
| XYZ | 54.47 | 66.09 | 44.54 | - |
| YUV | 206.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 163 | 0.14 | 0 | 0.27 | 0.13 | 90.51 | 0.47 | 0.75 |
| Hex | C0 | DE | A3 | E | 0 | 1B | D | 5B | 2F | 4B |
| Octal | 300 | 336 | 243 | 16 | 0 | 33 | 15 | 133 | 57 | 113 |
| Binary | 11000000 | 11011110 | 10100011 | 1110 | 0 | 11011 | 1101 | 1011011 | 101111 | 1001011 |
Color Harmonies of #C0DEA3
Complementary color
Monochromatic Colors of #C0DEA3
Black with #C0DEA3
Text Example
Text Example
White with #C0DEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEA3; }
p { color: rgb(192,222,163); }
H1.HeaderClassName
{
color: #C0DEA3;
}
.AnyTagClassName
{
color: #C0DEA3;
}
</style>
background-color css
<style>
a { background-color: #C0DEA3; }
a { background-color: rgb(192,222,163); }
div.DivClassName
{
background-color: #C0DEA3;
}
.BgClassName
{
background-color: #C0DEA3;
}
</style>
border-color css
<style>
span { border-color: #C0DEA3; }
span { border-color: rgb(192,222,163); }
td.TdClassName
{
border-color: #C0DEA3;
}
.TagClassName
{
border-color: #C0DEA3;
}
</style>