Html Css Color HEX #0CF890 Medium Spring Green
📋 copy color: '#0CF890'red 12 ◦ green 248 ◦ blue 144
Shades of Medium Spring Green #0CF890
Tints of Medium Spring Green #0CF890
RGB
CMYK
RGB Variations
Color information
#0CF890 (or 0x0CF890) is known color: Medium Spring Green. HEX triplet: 0C, F8 and 90. RGB value is (12,248,144). Sum of RGB (Red+Green+Blue) = 12+248+144=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 248 (97.27% from 255 or 61.39% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF890 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF890 is #F3076F. Grayscale: #A5A5A5. Windows color (decimal): -15927152 or 9500684. OLE color: 9500684.
HSL color Cylindrical-coordinate representation of color #0CF890: hue angle of 153.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF890 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 248 | 144 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.03 |
| HSL | 153.56º | 0.94% | 0.51% | - |
| HSV(B) | 153.56º | 0.95% | 0.97% | - |
| XYZ | 38.75 | 69.23 | 37.71 | - |
| YUV | 165.58 | 115.81 | 18.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 248 | 144 | 0.95 | 0 | 0.42 | 0.03 | 153.56 | 0.94 | 0.51 |
| Hex | C | F8 | 90 | 5F | 0 | 2A | 3 | 9A | 5E | 33 |
| Octal | 14 | 370 | 220 | 137 | 0 | 52 | 3 | 232 | 136 | 63 |
| Binary | 1100 | 11111000 | 10010000 | 1011111 | 0 | 101010 | 11 | 10011010 | 1011110 | 110011 |
Color Harmonies of #0CF890
Complementary color
Monochromatic Colors of #0CF890
Black with #0CF890
Text Example
Text Example
White with #0CF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF890; }
p { color: rgb(12,248,144); }
H1.HeaderClassName
{
color: #0CF890;
}
.AnyTagClassName
{
color: #0CF890;
}
</style>
background-color css
<style>
a { background-color: #0CF890; }
a { background-color: rgb(12,248,144); }
div.DivClassName
{
background-color: #0CF890;
}
.BgClassName
{
background-color: #0CF890;
}
</style>
border-color css
<style>
span { border-color: #0CF890; }
span { border-color: rgb(12,248,144); }
td.TdClassName
{
border-color: #0CF890;
}
.TagClassName
{
border-color: #0CF890;
}
</style>