Shades of Sprout #C0E096
Tints of Sprout #C0E096
RGB
CMYK
RGB Variations
Color information
#C0E096 (or 0xC0E096) is known color: Sprout. HEX triplet: C0, E0 and 96. RGB value is (192,224,150). Sum of RGB (Red+Green+Blue) = 192+224+150=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E096 is #3F1F69. Grayscale: #CECECE. Windows color (decimal): -4136810 or 9887936. OLE color: 9887936.
HSL color Cylindrical-coordinate representation of color #C0E096: hue angle of 85.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0E096 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 150 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.12 |
| HSL | 85.95º | 0.54% | 0.73% | - |
| HSV(B) | 85.95º | 0.33% | 0.88% | - |
| XYZ | 53.9 | 66.72 | 38.89 | - |
| YUV | 206 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 150 | 0.14 | 0 | 0.33 | 0.12 | 85.95 | 0.54 | 0.73 |
| Hex | C0 | E0 | 96 | E | 0 | 21 | C | 56 | 36 | 49 |
| Octal | 300 | 340 | 226 | 16 | 0 | 41 | 14 | 126 | 66 | 111 |
| Binary | 11000000 | 11100000 | 10010110 | 1110 | 0 | 100001 | 1100 | 1010110 | 110110 | 1001001 |
Color Harmonies of #C0E096
Complementary color
Monochromatic Colors of #C0E096
Black with #C0E096
Text Example
Text Example
White with #C0E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E096; }
p { color: rgb(192,224,150); }
H1.HeaderClassName
{
color: #C0E096;
}
.AnyTagClassName
{
color: #C0E096;
}
</style>
background-color css
<style>
a { background-color: #C0E096; }
a { background-color: rgb(192,224,150); }
div.DivClassName
{
background-color: #C0E096;
}
.BgClassName
{
background-color: #C0E096;
}
</style>
border-color css
<style>
span { border-color: #C0E096; }
span { border-color: rgb(192,224,150); }
td.TdClassName
{
border-color: #C0E096;
}
.TagClassName
{
border-color: #C0E096;
}
</style>