Html Css Color HEX #0CEF92 Medium Spring Green
📋 copy color: '#0CEF92'red 12 ◦ green 239 ◦ blue 146
Shades of Medium Spring Green #0CEF92
Tints of Medium Spring Green #0CEF92
RGB
CMYK
RGB Variations
Color information
#0CEF92 (or 0x0CEF92) is known color: Medium Spring Green. HEX triplet: 0C, EF and 92. RGB value is (12,239,146). Sum of RGB (Red+Green+Blue) = 12+239+146=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 239 (93.75% from 255 or 60.20% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEF92 is #F3106D. Grayscale: #A0A0A0. Windows color (decimal): -15929454 or 9629452. OLE color: 9629452.
HSL color Cylindrical-coordinate representation of color #0CEF92: hue angle of 155.42º 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 #0CEF92 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 146 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.06 |
| HSL | 155.42º | 0.9% | 0.49% | - |
| HSV(B) | 155.42º | 0.95% | 0.94% | - |
| XYZ | 36.21 | 63.89 | 37.62 | - |
| YUV | 160.53 | 119.79 | 22.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 146 | 0.95 | 0 | 0.39 | 0.06 | 155.42 | 0.9 | 0.49 |
| Hex | C | EF | 92 | 5F | 0 | 27 | 6 | 9B | 5A | 31 |
| Octal | 14 | 357 | 222 | 137 | 0 | 47 | 6 | 233 | 132 | 61 |
| Binary | 1100 | 11101111 | 10010010 | 1011111 | 0 | 100111 | 110 | 10011011 | 1011010 | 110001 |
Color Harmonies of #0CEF92
Complementary color
Monochromatic Colors of #0CEF92
Black with #0CEF92
Text Example
Text Example
White with #0CEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF92; }
p { color: rgb(12,239,146); }
H1.HeaderClassName
{
color: #0CEF92;
}
.AnyTagClassName
{
color: #0CEF92;
}
</style>
background-color css
<style>
a { background-color: #0CEF92; }
a { background-color: rgb(12,239,146); }
div.DivClassName
{
background-color: #0CEF92;
}
.BgClassName
{
background-color: #0CEF92;
}
</style>
border-color css
<style>
span { border-color: #0CEF92; }
span { border-color: rgb(12,239,146); }
td.TdClassName
{
border-color: #0CEF92;
}
.TagClassName
{
border-color: #0CEF92;
}
</style>