Shades of Pixie Green #C0D7AA
Tints of Pixie Green #C0D7AA
RGB
CMYK
RGB Variations
Color information
#C0D7AA (or 0xC0D7AA) is known color: Pixie Green. HEX triplet: C0, D7 and AA. RGB value is (192,215,170). Sum of RGB (Red+Green+Blue) = 192+215+170=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D7AA is #3F2855. Grayscale: #CBCBCB. Windows color (decimal): -4139094 or 11196352. OLE color: 11196352.
HSL color Cylindrical-coordinate representation of color #C0D7AA: hue angle of 90.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0D7AA is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 170 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.16 |
| HSL | 90.67º | 0.36% | 0.75% | - |
| HSV(B) | 90.67º | 0.21% | 0.84% | - |
| XYZ | 53.29 | 62.71 | 47.33 | - |
| YUV | 202.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 170 | 0.11 | 0 | 0.21 | 0.16 | 90.67 | 0.36 | 0.75 |
| Hex | C0 | D7 | AA | B | 0 | 15 | 10 | 5B | 24 | 4B |
| Octal | 300 | 327 | 252 | 13 | 0 | 25 | 20 | 133 | 44 | 113 |
| Binary | 11000000 | 11010111 | 10101010 | 1011 | 0 | 10101 | 10000 | 1011011 | 100100 | 1001011 |
Color Harmonies of #C0D7AA
Complementary color
Monochromatic Colors of #C0D7AA
Black with #C0D7AA
Text Example
Text Example
White with #C0D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D7AA; }
p { color: rgb(192,215,170); }
H1.HeaderClassName
{
color: #C0D7AA;
}
.AnyTagClassName
{
color: #C0D7AA;
}
</style>
background-color css
<style>
a { background-color: #C0D7AA; }
a { background-color: rgb(192,215,170); }
div.DivClassName
{
background-color: #C0D7AA;
}
.BgClassName
{
background-color: #C0D7AA;
}
</style>
border-color css
<style>
span { border-color: #C0D7AA; }
span { border-color: rgb(192,215,170); }
td.TdClassName
{
border-color: #C0D7AA;
}
.TagClassName
{
border-color: #C0D7AA;
}
</style>