Shades of Pixie Green #C5E0AA
Tints of Pixie Green #C5E0AA
RGB
CMYK
RGB Variations
Color information
#C5E0AA (or 0xC5E0AA) is known color: Pixie Green. HEX triplet: C5, E0 and AA. RGB value is (197,224,170). Sum of RGB (Red+Green+Blue) = 197+224+170=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E0AA is #3A1F55. Grayscale: #D1D1D1. Windows color (decimal): -3809110 or 11198661. OLE color: 11198661.
HSL color Cylindrical-coordinate representation of color #C5E0AA: hue angle of 90º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5E0AA is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 170 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.12 |
| HSL | 90º | 0.47% | 0.77% | - |
| HSV(B) | 90º | 0.24% | 0.88% | - |
| XYZ | 56.94 | 68.08 | 48.17 | - |
| YUV | 209.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 170 | 0.12 | 0 | 0.24 | 0.12 | 90 | 0.47 | 0.77 |
| Hex | C5 | E0 | AA | C | 0 | 18 | C | 5A | 2F | 4D |
| Octal | 305 | 340 | 252 | 14 | 0 | 30 | 14 | 132 | 57 | 115 |
| Binary | 11000101 | 11100000 | 10101010 | 1100 | 0 | 11000 | 1100 | 1011010 | 101111 | 1001101 |
Color Harmonies of #C5E0AA
Complementary color
Monochromatic Colors of #C5E0AA
Black with #C5E0AA
Text Example
Text Example
White with #C5E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0AA; }
p { color: rgb(197,224,170); }
H1.HeaderClassName
{
color: #C5E0AA;
}
.AnyTagClassName
{
color: #C5E0AA;
}
</style>
background-color css
<style>
a { background-color: #C5E0AA; }
a { background-color: rgb(197,224,170); }
div.DivClassName
{
background-color: #C5E0AA;
}
.BgClassName
{
background-color: #C5E0AA;
}
</style>
border-color css
<style>
span { border-color: #C5E0AA; }
span { border-color: rgb(197,224,170); }
td.TdClassName
{
border-color: #C5E0AA;
}
.TagClassName
{
border-color: #C5E0AA;
}
</style>