Shades of Pixie Green #C0E09A
Tints of Pixie Green #C0E09A
RGB
CMYK
RGB Variations
Color information
#C0E09A (or 0xC0E09A) is known color: Pixie Green. HEX triplet: C0, E0 and 9A. RGB value is (192,224,154). Sum of RGB (Red+Green+Blue) = 192+224+154=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E09A is #3F1F65. Grayscale: #CECECE. Windows color (decimal): -4136806 or 10150080. OLE color: 10150080.
HSL color Cylindrical-coordinate representation of color #C0E09A: hue angle of 87.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0E09A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 154 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.12 |
| HSL | 87.43º | 0.53% | 0.74% | - |
| HSV(B) | 87.43º | 0.31% | 0.88% | - |
| XYZ | 54.23 | 66.85 | 40.62 | - |
| YUV | 206.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 154 | 0.14 | 0 | 0.31 | 0.12 | 87.43 | 0.53 | 0.74 |
| Hex | C0 | E0 | 9A | E | 0 | 1F | C | 57 | 35 | 4A |
| Octal | 300 | 340 | 232 | 16 | 0 | 37 | 14 | 127 | 65 | 112 |
| Binary | 11000000 | 11100000 | 10011010 | 1110 | 0 | 11111 | 1100 | 1010111 | 110101 | 1001010 |
Color Harmonies of #C0E09A
Complementary color
Monochromatic Colors of #C0E09A
Black with #C0E09A
Text Example
Text Example
White with #C0E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E09A; }
p { color: rgb(192,224,154); }
H1.HeaderClassName
{
color: #C0E09A;
}
.AnyTagClassName
{
color: #C0E09A;
}
</style>
background-color css
<style>
a { background-color: #C0E09A; }
a { background-color: rgb(192,224,154); }
div.DivClassName
{
background-color: #C0E09A;
}
.BgClassName
{
background-color: #C0E09A;
}
</style>
border-color css
<style>
span { border-color: #C0E09A; }
span { border-color: rgb(192,224,154); }
td.TdClassName
{
border-color: #C0E09A;
}
.TagClassName
{
border-color: #C0E09A;
}
</style>