Shades of Spring Green #0CEF7A
Tints of Spring Green #0CEF7A
RGB
CMYK
RGB Variations
Color information
#0CEF7A (or 0x0CEF7A) is known color: Spring Green. HEX triplet: 0C, EF and 7A. RGB value is (12,239,122). Sum of RGB (Red+Green+Blue) = 12+239+122=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEF7A is #F31085. Grayscale: #9E9E9E. Windows color (decimal): -15929478 or 8056588. OLE color: 8056588.
HSL color Cylindrical-coordinate representation of color #0CEF7A: hue angle of 149.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEF7A is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 122 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.06 |
| HSL | 149.07º | 0.9% | 0.49% | - |
| HSV(B) | 149.07º | 0.95% | 0.94% | - |
| XYZ | 34.53 | 63.22 | 28.79 | - |
| YUV | 157.79 | 107.79 | 24.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 122 | 0.95 | 0 | 0.49 | 0.06 | 149.07 | 0.9 | 0.49 |
| Hex | C | EF | 7A | 5F | 0 | 31 | 6 | 95 | 5A | 31 |
| Octal | 14 | 357 | 172 | 137 | 0 | 61 | 6 | 225 | 132 | 61 |
| Binary | 1100 | 11101111 | 1111010 | 1011111 | 0 | 110001 | 110 | 10010101 | 1011010 | 110001 |
Color Harmonies of #0CEF7A
Complementary color
Monochromatic Colors of #0CEF7A
Black with #0CEF7A
Text Example
Text Example
White with #0CEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF7A; }
p { color: rgb(12,239,122); }
H1.HeaderClassName
{
color: #0CEF7A;
}
.AnyTagClassName
{
color: #0CEF7A;
}
</style>
background-color css
<style>
a { background-color: #0CEF7A; }
a { background-color: rgb(12,239,122); }
div.DivClassName
{
background-color: #0CEF7A;
}
.BgClassName
{
background-color: #0CEF7A;
}
</style>
border-color css
<style>
span { border-color: #0CEF7A; }
span { border-color: rgb(12,239,122); }
td.TdClassName
{
border-color: #0CEF7A;
}
.TagClassName
{
border-color: #0CEF7A;
}
</style>