Html Css Color HEX #0CFE8E Medium Spring Green
📋 copy color: '#0CFE8E'red 12 ◦ green 254 ◦ blue 142
Shades of Medium Spring Green #0CFE8E
Tints of Medium Spring Green #0CFE8E
RGB
CMYK
RGB Variations
Color information
#0CFE8E (or 0x0CFE8E) is known color: Medium Spring Green. HEX triplet: 0C, FE and 8E. RGB value is (12,254,142). Sum of RGB (Red+Green+Blue) = 12+254+142=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 254 (99.61% from 255 or 62.25% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFE8E is #F30171. Grayscale: #A9A9A9. Windows color (decimal): -15925618 or 9371148. OLE color: 9371148.
HSL color Cylindrical-coordinate representation of color #0CFE8E: hue angle of 152.23º 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 #0CFE8E is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 142 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.00 |
| HSL | 152.23º | 0.99% | 0.52% | - |
| HSV(B) | 152.23º | 0.95% | 1% | - |
| XYZ | 40.48 | 72.91 | 37.53 | - |
| YUV | 168.87 | 112.83 | 16.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 142 | 0.95 | 0 | 0.44 | 0.00 | 152.23 | 0.99 | 0.52 |
| Hex | C | FE | 8E | 5F | 0 | 2C | 0 | 98 | 63 | 34 |
| Octal | 14 | 376 | 216 | 137 | 0 | 54 | 0 | 230 | 143 | 64 |
| Binary | 1100 | 11111110 | 10001110 | 1011111 | 0 | 101100 | 0 | 10011000 | 1100011 | 110100 |
Color Harmonies of #0CFE8E
Complementary color
Monochromatic Colors of #0CFE8E
Black with #0CFE8E
Text Example
Text Example
White with #0CFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE8E; }
p { color: rgb(12,254,142); }
H1.HeaderClassName
{
color: #0CFE8E;
}
.AnyTagClassName
{
color: #0CFE8E;
}
</style>
background-color css
<style>
a { background-color: #0CFE8E; }
a { background-color: rgb(12,254,142); }
div.DivClassName
{
background-color: #0CFE8E;
}
.BgClassName
{
background-color: #0CFE8E;
}
</style>
border-color css
<style>
span { border-color: #0CFE8E; }
span { border-color: rgb(12,254,142); }
td.TdClassName
{
border-color: #0CFE8E;
}
.TagClassName
{
border-color: #0CFE8E;
}
</style>