Shades of Spring Green #0CEC6C
Tints of Spring Green #0CEC6C
RGB
CMYK
RGB Variations
Color information
#0CEC6C (or 0x0CEC6C) is known color: Spring Green. HEX triplet: 0C, EC and 6C. RGB value is (12,236,108). Sum of RGB (Red+Green+Blue) = 12+236+108=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEC6C is #F31393. Grayscale: #9A9A9A. Windows color (decimal): -15930260 or 7138316. OLE color: 7138316.
HSL color Cylindrical-coordinate representation of color #0CEC6C: hue angle of 145.71º 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 #0CEC6C is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 108 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.07 |
| HSL | 145.71º | 0.9% | 0.49% | - |
| HSV(B) | 145.71º | 0.95% | 0.93% | - |
| XYZ | 32.85 | 61.15 | 24.26 | - |
| YUV | 154.43 | 101.79 | 26.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 108 | 0.95 | 0 | 0.54 | 0.07 | 145.71 | 0.9 | 0.49 |
| Hex | C | EC | 6C | 5F | 0 | 36 | 7 | 92 | 5A | 31 |
| Octal | 14 | 354 | 154 | 137 | 0 | 66 | 7 | 222 | 132 | 61 |
| Binary | 1100 | 11101100 | 1101100 | 1011111 | 0 | 110110 | 111 | 10010010 | 1011010 | 110001 |
Color Harmonies of #0CEC6C
Complementary color
Monochromatic Colors of #0CEC6C
Black with #0CEC6C
Text Example
Text Example
White with #0CEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC6C; }
p { color: rgb(12,236,108); }
H1.HeaderClassName
{
color: #0CEC6C;
}
.AnyTagClassName
{
color: #0CEC6C;
}
</style>
background-color css
<style>
a { background-color: #0CEC6C; }
a { background-color: rgb(12,236,108); }
div.DivClassName
{
background-color: #0CEC6C;
}
.BgClassName
{
background-color: #0CEC6C;
}
</style>
border-color css
<style>
span { border-color: #0CEC6C; }
span { border-color: rgb(12,236,108); }
td.TdClassName
{
border-color: #0CEC6C;
}
.TagClassName
{
border-color: #0CEC6C;
}
</style>