Shades of Pixie Green #C5E0AC
Tints of Pixie Green #C5E0AC
RGB
CMYK
RGB Variations
Color information
#C5E0AC (or 0xC5E0AC) is known color: Pixie Green. HEX triplet: C5, E0 and AC. RGB value is (197,224,172). Sum of RGB (Red+Green+Blue) = 197+224+172=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E0AC is #3A1F53. Grayscale: #D2D2D2. Windows color (decimal): -3809108 or 11329733. OLE color: 11329733.
HSL color Cylindrical-coordinate representation of color #C5E0AC: hue angle of 91.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5E0AC is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 172 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.12 |
| HSL | 91.15º | 0.46% | 0.78% | - |
| HSV(B) | 91.15º | 0.23% | 0.88% | - |
| XYZ | 57.13 | 68.16 | 49.18 | - |
| YUV | 210 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 172 | 0.12 | 0 | 0.23 | 0.12 | 91.15 | 0.46 | 0.78 |
| Hex | C5 | E0 | AC | C | 0 | 17 | C | 5B | 2E | 4E |
| Octal | 305 | 340 | 254 | 14 | 0 | 27 | 14 | 133 | 56 | 116 |
| Binary | 11000101 | 11100000 | 10101100 | 1100 | 0 | 10111 | 1100 | 1011011 | 101110 | 1001110 |
Color Harmonies of #C5E0AC
Complementary color
Monochromatic Colors of #C5E0AC
Black with #C5E0AC
Text Example
Text Example
White with #C5E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0AC; }
p { color: rgb(197,224,172); }
H1.HeaderClassName
{
color: #C5E0AC;
}
.AnyTagClassName
{
color: #C5E0AC;
}
</style>
background-color css
<style>
a { background-color: #C5E0AC; }
a { background-color: rgb(197,224,172); }
div.DivClassName
{
background-color: #C5E0AC;
}
.BgClassName
{
background-color: #C5E0AC;
}
</style>
border-color css
<style>
span { border-color: #C5E0AC; }
span { border-color: rgb(197,224,172); }
td.TdClassName
{
border-color: #C5E0AC;
}
.TagClassName
{
border-color: #C5E0AC;
}
</style>