Shades of Pixie Green #C0DBAA
Tints of Pixie Green #C0DBAA
RGB
CMYK
RGB Variations
Color information
#C0DBAA (or 0xC0DBAA) is known color: Pixie Green. HEX triplet: C0, DB and AA. RGB value is (192,219,170). Sum of RGB (Red+Green+Blue) = 192+219+170=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBAA is #3F2455. Grayscale: #CDCDCD. Windows color (decimal): -4138070 or 11197376. OLE color: 11197376.
HSL color Cylindrical-coordinate representation of color #C0DBAA: hue angle of 93.06º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0DBAA is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 170 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.14 |
| HSL | 93.06º | 0.4% | 0.76% | - |
| HSV(B) | 93.06º | 0.22% | 0.86% | - |
| XYZ | 54.33 | 64.77 | 47.67 | - |
| YUV | 205.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 170 | 0.12 | 0 | 0.22 | 0.14 | 93.06 | 0.4 | 0.76 |
| Hex | C0 | DB | AA | C | 0 | 16 | E | 5D | 28 | 4C |
| Octal | 300 | 333 | 252 | 14 | 0 | 26 | 16 | 135 | 50 | 114 |
| Binary | 11000000 | 11011011 | 10101010 | 1100 | 0 | 10110 | 1110 | 1011101 | 101000 | 1001100 |
Color Harmonies of #C0DBAA
Complementary color
Monochromatic Colors of #C0DBAA
Black with #C0DBAA
Text Example
Text Example
White with #C0DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBAA; }
p { color: rgb(192,219,170); }
H1.HeaderClassName
{
color: #C0DBAA;
}
.AnyTagClassName
{
color: #C0DBAA;
}
</style>
background-color css
<style>
a { background-color: #C0DBAA; }
a { background-color: rgb(192,219,170); }
div.DivClassName
{
background-color: #C0DBAA;
}
.BgClassName
{
background-color: #C0DBAA;
}
</style>
border-color css
<style>
span { border-color: #C0DBAA; }
span { border-color: rgb(192,219,170); }
td.TdClassName
{
border-color: #C0DBAA;
}
.TagClassName
{
border-color: #C0DBAA;
}
</style>