Html Css Color HEX #0CFEBE Medium Spring Green
📋 copy color: '#0CFEBE'red 12 ◦ green 254 ◦ blue 190
Shades of Medium Spring Green #0CFEBE
Tints of Medium Spring Green #0CFEBE
RGB
CMYK
RGB Variations
Color information
#0CFEBE (or 0x0CFEBE) is known color: Medium Spring Green. HEX triplet: 0C, FE and BE. RGB value is (12,254,190). Sum of RGB (Red+Green+Blue) = 12+254+190=456 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFEBE is #F30141. Grayscale: #AEAEAE. Windows color (decimal): -15925570 or 12516876. OLE color: 12516876.
HSL color Cylindrical-coordinate representation of color #0CFEBE: hue angle of 164.13º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFEBE is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 190 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.00 |
| HSL | 164.13º | 0.99% | 0.52% | - |
| HSV(B) | 164.13º | 0.95% | 1% | - |
| XYZ | 44.89 | 74.68 | 60.76 | - |
| YUV | 174.35 | 136.83 | 12.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 190 | 0.95 | 0 | 0.25 | 0.00 | 164.13 | 0.99 | 0.52 |
| Hex | C | FE | BE | 5F | 0 | 19 | 0 | A4 | 63 | 34 |
| Octal | 14 | 376 | 276 | 137 | 0 | 31 | 0 | 244 | 143 | 64 |
| Binary | 1100 | 11111110 | 10111110 | 1011111 | 0 | 11001 | 0 | 10100100 | 1100011 | 110100 |
Color Harmonies of #0CFEBE
Complementary color
Monochromatic Colors of #0CFEBE
Black with #0CFEBE
Text Example
Text Example
White with #0CFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFEBE; }
p { color: rgb(12,254,190); }
H1.HeaderClassName
{
color: #0CFEBE;
}
.AnyTagClassName
{
color: #0CFEBE;
}
</style>
background-color css
<style>
a { background-color: #0CFEBE; }
a { background-color: rgb(12,254,190); }
div.DivClassName
{
background-color: #0CFEBE;
}
.BgClassName
{
background-color: #0CFEBE;
}
</style>
border-color css
<style>
span { border-color: #0CFEBE; }
span { border-color: rgb(12,254,190); }
td.TdClassName
{
border-color: #0CFEBE;
}
.TagClassName
{
border-color: #0CFEBE;
}
</style>