Html Css Color HEX #0CEEA0 Medium Spring Green
📋 copy color: '#0CEEA0'red 12 ◦ green 238 ◦ blue 160
Shades of Medium Spring Green #0CEEA0
Tints of Medium Spring Green #0CEEA0
RGB
CMYK
RGB Variations
Color information
#0CEEA0 (or 0x0CEEA0) is known color: Medium Spring Green. HEX triplet: 0C, EE and A0. RGB value is (12,238,160). Sum of RGB (Red+Green+Blue) = 12+238+160=410 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEEA0 is #F3115F. Grayscale: #A1A1A1. Windows color (decimal): -15929696 or 10546700. OLE color: 10546700.
HSL color Cylindrical-coordinate representation of color #0CEEA0: hue angle of 159.29º 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 #0CEEA0 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 160 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.07 |
| HSL | 159.29º | 0.9% | 0.49% | - |
| HSV(B) | 159.29º | 0.95% | 0.93% | - |
| XYZ | 37.07 | 63.77 | 43.61 | - |
| YUV | 161.53 | 127.13 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 160 | 0.95 | 0 | 0.33 | 0.07 | 159.29 | 0.9 | 0.49 |
| Hex | C | EE | A0 | 5F | 0 | 21 | 7 | 9F | 5A | 31 |
| Octal | 14 | 356 | 240 | 137 | 0 | 41 | 7 | 237 | 132 | 61 |
| Binary | 1100 | 11101110 | 10100000 | 1011111 | 0 | 100001 | 111 | 10011111 | 1011010 | 110001 |
Color Harmonies of #0CEEA0
Complementary color
Monochromatic Colors of #0CEEA0
Black with #0CEEA0
Text Example
Text Example
White with #0CEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEA0; }
p { color: rgb(12,238,160); }
H1.HeaderClassName
{
color: #0CEEA0;
}
.AnyTagClassName
{
color: #0CEEA0;
}
</style>
background-color css
<style>
a { background-color: #0CEEA0; }
a { background-color: rgb(12,238,160); }
div.DivClassName
{
background-color: #0CEEA0;
}
.BgClassName
{
background-color: #0CEEA0;
}
</style>
border-color css
<style>
span { border-color: #0CEEA0; }
span { border-color: rgb(12,238,160); }
td.TdClassName
{
border-color: #0CEEA0;
}
.TagClassName
{
border-color: #0CEEA0;
}
</style>