Html Css Color HEX #0CF790 Medium Spring Green
📋 copy color: '#0CF790'red 12 ◦ green 247 ◦ blue 144
Shades of Medium Spring Green #0CF790
Tints of Medium Spring Green #0CF790
RGB
CMYK
RGB Variations
Color information
#0CF790 (or 0x0CF790) is known color: Medium Spring Green. HEX triplet: 0C, F7 and 90. RGB value is (12,247,144). Sum of RGB (Red+Green+Blue) = 12+247+144=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 247 (96.88% from 255 or 61.29% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF790 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF790 is #F3086F. Grayscale: #A5A5A5. Windows color (decimal): -15927408 or 9500428. OLE color: 9500428.
HSL color Cylindrical-coordinate representation of color #0CF790: hue angle of 153.7º 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 #0CF790 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 247 | 144 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.03 |
| HSL | 153.7º | 0.94% | 0.51% | - |
| HSV(B) | 153.7º | 0.95% | 0.97% | - |
| XYZ | 38.45 | 68.61 | 37.6 | - |
| YUV | 164.99 | 116.14 | 18.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 247 | 144 | 0.95 | 0 | 0.42 | 0.03 | 153.7 | 0.94 | 0.51 |
| Hex | C | F7 | 90 | 5F | 0 | 2A | 3 | 9A | 5E | 33 |
| Octal | 14 | 367 | 220 | 137 | 0 | 52 | 3 | 232 | 136 | 63 |
| Binary | 1100 | 11110111 | 10010000 | 1011111 | 0 | 101010 | 11 | 10011010 | 1011110 | 110011 |
Color Harmonies of #0CF790
Complementary color
Monochromatic Colors of #0CF790
Black with #0CF790
Text Example
Text Example
White with #0CF790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF790; }
p { color: rgb(12,247,144); }
H1.HeaderClassName
{
color: #0CF790;
}
.AnyTagClassName
{
color: #0CF790;
}
</style>
background-color css
<style>
a { background-color: #0CF790; }
a { background-color: rgb(12,247,144); }
div.DivClassName
{
background-color: #0CF790;
}
.BgClassName
{
background-color: #0CF790;
}
</style>
border-color css
<style>
span { border-color: #0CF790; }
span { border-color: rgb(12,247,144); }
td.TdClassName
{
border-color: #0CF790;
}
.TagClassName
{
border-color: #0CF790;
}
</style>