Shades of Spring Green #0CE87F
Tints of Spring Green #0CE87F
RGB
CMYK
RGB Variations
Color information
#0CE87F (or 0x0CE87F) is known color: Spring Green. HEX triplet: 0C, E8 and 7F. RGB value is (12,232,127). Sum of RGB (Red+Green+Blue) = 12+232+127=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE87F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE87F is #F31780. Grayscale: #9A9A9A. Windows color (decimal): -15931265 or 8382476. OLE color: 8382476.
HSL color Cylindrical-coordinate representation of color #0CE87F: hue angle of 151.36º 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 #0CE87F is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 232 | 127 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.09 |
| HSL | 151.36º | 0.9% | 0.48% | - |
| HSV(B) | 151.36º | 0.95% | 0.91% | - |
| XYZ | 32.84 | 59.32 | 29.8 | - |
| YUV | 154.25 | 112.61 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 127 | 0.95 | 0 | 0.45 | 0.09 | 151.36 | 0.9 | 0.48 |
| Hex | C | E8 | 7F | 5F | 0 | 2D | 9 | 97 | 5A | 30 |
| Octal | 14 | 350 | 177 | 137 | 0 | 55 | 11 | 227 | 132 | 60 |
| Binary | 1100 | 11101000 | 1111111 | 1011111 | 0 | 101101 | 1001 | 10010111 | 1011010 | 110000 |
Color Harmonies of #0CE87F
Complementary color
Monochromatic Colors of #0CE87F
Black with #0CE87F
Text Example
Text Example
White with #0CE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE87F; }
p { color: rgb(12,232,127); }
H1.HeaderClassName
{
color: #0CE87F;
}
.AnyTagClassName
{
color: #0CE87F;
}
</style>
background-color css
<style>
a { background-color: #0CE87F; }
a { background-color: rgb(12,232,127); }
div.DivClassName
{
background-color: #0CE87F;
}
.BgClassName
{
background-color: #0CE87F;
}
</style>
border-color css
<style>
span { border-color: #0CE87F; }
span { border-color: rgb(12,232,127); }
td.TdClassName
{
border-color: #0CE87F;
}
.TagClassName
{
border-color: #0CE87F;
}
</style>