Shades of Spring Green #0CE87C
Tints of Spring Green #0CE87C
RGB
CMYK
RGB Variations
Color information
#0CE87C (or 0x0CE87C) is known color: Spring Green. HEX triplet: 0C, E8 and 7C. RGB value is (12,232,124). Sum of RGB (Red+Green+Blue) = 12+232+124=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 232 (91.02% from 255 or 63.04% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE87C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE87C is #F31783. Grayscale: #9A9A9A. Windows color (decimal): -15931268 or 8185868. OLE color: 8185868.
HSL color Cylindrical-coordinate representation of color #0CE87C: hue angle of 150.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE87C is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 232 | 124 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.09 |
| HSL | 150.55º | 0.9% | 0.48% | - |
| HSV(B) | 150.55º | 0.95% | 0.91% | - |
| XYZ | 32.65 | 59.25 | 28.78 | - |
| YUV | 153.91 | 111.11 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 124 | 0.95 | 0 | 0.47 | 0.09 | 150.55 | 0.9 | 0.48 |
| Hex | C | E8 | 7C | 5F | 0 | 2F | 9 | 97 | 5A | 30 |
| Octal | 14 | 350 | 174 | 137 | 0 | 57 | 11 | 227 | 132 | 60 |
| Binary | 1100 | 11101000 | 1111100 | 1011111 | 0 | 101111 | 1001 | 10010111 | 1011010 | 110000 |
Color Harmonies of #0CE87C
Complementary color
Monochromatic Colors of #0CE87C
Black with #0CE87C
Text Example
Text Example
White with #0CE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE87C; }
p { color: rgb(12,232,124); }
H1.HeaderClassName
{
color: #0CE87C;
}
.AnyTagClassName
{
color: #0CE87C;
}
</style>
background-color css
<style>
a { background-color: #0CE87C; }
a { background-color: rgb(12,232,124); }
div.DivClassName
{
background-color: #0CE87C;
}
.BgClassName
{
background-color: #0CE87C;
}
</style>
border-color css
<style>
span { border-color: #0CE87C; }
span { border-color: rgb(12,232,124); }
td.TdClassName
{
border-color: #0CE87C;
}
.TagClassName
{
border-color: #0CE87C;
}
</style>