Shades of Spring Green #0CEC7F
Tints of Spring Green #0CEC7F
RGB
CMYK
RGB Variations
Color information
#0CEC7F (or 0x0CEC7F) is known color: Spring Green. HEX triplet: 0C, EC and 7F. RGB value is (12,236,127). Sum of RGB (Red+Green+Blue) = 12+236+127=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEC7F is #F31380. Grayscale: #9C9C9C. Windows color (decimal): -15930241 or 8383500. OLE color: 8383500.
HSL color Cylindrical-coordinate representation of color #0CEC7F: hue angle of 150.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC7F is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 127 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.07 |
| HSL | 150.8º | 0.9% | 0.49% | - |
| HSV(B) | 150.8º | 0.95% | 0.93% | - |
| XYZ | 33.98 | 61.6 | 30.18 | - |
| YUV | 156.6 | 111.29 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 127 | 0.95 | 0 | 0.46 | 0.07 | 150.8 | 0.9 | 0.49 |
| Hex | C | EC | 7F | 5F | 0 | 2E | 7 | 97 | 5A | 31 |
| Octal | 14 | 354 | 177 | 137 | 0 | 56 | 7 | 227 | 132 | 61 |
| Binary | 1100 | 11101100 | 1111111 | 1011111 | 0 | 101110 | 111 | 10010111 | 1011010 | 110001 |
Color Harmonies of #0CEC7F
Complementary color
Monochromatic Colors of #0CEC7F
Black with #0CEC7F
Text Example
Text Example
White with #0CEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC7F; }
p { color: rgb(12,236,127); }
H1.HeaderClassName
{
color: #0CEC7F;
}
.AnyTagClassName
{
color: #0CEC7F;
}
</style>
background-color css
<style>
a { background-color: #0CEC7F; }
a { background-color: rgb(12,236,127); }
div.DivClassName
{
background-color: #0CEC7F;
}
.BgClassName
{
background-color: #0CEC7F;
}
</style>
border-color css
<style>
span { border-color: #0CEC7F; }
span { border-color: rgb(12,236,127); }
td.TdClassName
{
border-color: #0CEC7F;
}
.TagClassName
{
border-color: #0CEC7F;
}
</style>