Shades of Pixie Green #C0DAAB
Tints of Pixie Green #C0DAAB
RGB
CMYK
RGB Variations
Color information
#C0DAAB (or 0xC0DAAB) is known color: Pixie Green. HEX triplet: C0, DA and AB. RGB value is (192,218,171). Sum of RGB (Red+Green+Blue) = 192+218+171=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAAB is #3F2554. Grayscale: #CDCDCD. Windows color (decimal): -4138325 or 11262656. OLE color: 11262656.
HSL color Cylindrical-coordinate representation of color #C0DAAB: hue angle of 93.19º 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 #C0DAAB is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 171 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.15 |
| HSL | 93.19º | 0.39% | 0.76% | - |
| HSV(B) | 93.19º | 0.22% | 0.85% | - |
| XYZ | 54.16 | 64.29 | 48.08 | - |
| YUV | 204.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 171 | 0.12 | 0 | 0.22 | 0.15 | 93.19 | 0.39 | 0.76 |
| Hex | C0 | DA | AB | C | 0 | 16 | F | 5D | 27 | 4C |
| Octal | 300 | 332 | 253 | 14 | 0 | 26 | 17 | 135 | 47 | 114 |
| Binary | 11000000 | 11011010 | 10101011 | 1100 | 0 | 10110 | 1111 | 1011101 | 100111 | 1001100 |
Color Harmonies of #C0DAAB
Complementary color
Monochromatic Colors of #C0DAAB
Black with #C0DAAB
Text Example
Text Example
White with #C0DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAAB; }
p { color: rgb(192,218,171); }
H1.HeaderClassName
{
color: #C0DAAB;
}
.AnyTagClassName
{
color: #C0DAAB;
}
</style>
background-color css
<style>
a { background-color: #C0DAAB; }
a { background-color: rgb(192,218,171); }
div.DivClassName
{
background-color: #C0DAAB;
}
.BgClassName
{
background-color: #C0DAAB;
}
</style>
border-color css
<style>
span { border-color: #C0DAAB; }
span { border-color: rgb(192,218,171); }
td.TdClassName
{
border-color: #C0DAAB;
}
.TagClassName
{
border-color: #C0DAAB;
}
</style>