Shades of Pixie Green #C0DAAA
Tints of Pixie Green #C0DAAA
RGB
CMYK
RGB Variations
Color information
#C0DAAA (or 0xC0DAAA) is known color: Pixie Green. HEX triplet: C0, DA and AA. RGB value is (192,218,170). Sum of RGB (Red+Green+Blue) = 192+218+170=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAAA is #3F2555. Grayscale: #CCCCCC. Windows color (decimal): -4138326 or 11197120. OLE color: 11197120.
HSL color Cylindrical-coordinate representation of color #C0DAAA: hue angle of 92.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0DAAA is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 170 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.15 |
| HSL | 92.5º | 0.39% | 0.76% | - |
| HSV(B) | 92.5º | 0.22% | 0.85% | - |
| XYZ | 54.07 | 64.25 | 47.58 | - |
| YUV | 204.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 170 | 0.12 | 0 | 0.22 | 0.15 | 92.5 | 0.39 | 0.76 |
| Hex | C0 | DA | AA | C | 0 | 16 | F | 5C | 27 | 4C |
| Octal | 300 | 332 | 252 | 14 | 0 | 26 | 17 | 134 | 47 | 114 |
| Binary | 11000000 | 11011010 | 10101010 | 1100 | 0 | 10110 | 1111 | 1011100 | 100111 | 1001100 |
Color Harmonies of #C0DAAA
Complementary color
Monochromatic Colors of #C0DAAA
Black with #C0DAAA
Text Example
Text Example
White with #C0DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAAA; }
p { color: rgb(192,218,170); }
H1.HeaderClassName
{
color: #C0DAAA;
}
.AnyTagClassName
{
color: #C0DAAA;
}
</style>
background-color css
<style>
a { background-color: #C0DAAA; }
a { background-color: rgb(192,218,170); }
div.DivClassName
{
background-color: #C0DAAA;
}
.BgClassName
{
background-color: #C0DAAA;
}
</style>
border-color css
<style>
span { border-color: #C0DAAA; }
span { border-color: rgb(192,218,170); }
td.TdClassName
{
border-color: #C0DAAA;
}
.TagClassName
{
border-color: #C0DAAA;
}
</style>