Html Css Color HEX #0CF193 Medium Spring Green
📋 copy color: '#0CF193'red 12 ◦ green 241 ◦ blue 147
Shades of Medium Spring Green #0CF193
Tints of Medium Spring Green #0CF193
RGB
CMYK
RGB Variations
Color information
#0CF193 (or 0x0CF193) is known color: Medium Spring Green. HEX triplet: 0C, F1 and 93. RGB value is (12,241,147). Sum of RGB (Red+Green+Blue) = 12+241+147=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF193 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF193 is #F30E6C. Grayscale: #A1A1A1. Windows color (decimal): -15928941 or 9695500. OLE color: 9695500.
HSL color Cylindrical-coordinate representation of color #0CF193: hue angle of 155.37º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF193 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 241 | 147 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.05 |
| HSL | 155.37º | 0.91% | 0.5% | - |
| HSV(B) | 155.37º | 0.95% | 0.95% | - |
| XYZ | 36.87 | 65.1 | 38.22 | - |
| YUV | 161.81 | 119.63 | 21.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 241 | 147 | 0.95 | 0 | 0.39 | 0.05 | 155.37 | 0.91 | 0.5 |
| Hex | C | F1 | 93 | 5F | 0 | 27 | 5 | 9B | 5B | 32 |
| Octal | 14 | 361 | 223 | 137 | 0 | 47 | 5 | 233 | 133 | 62 |
| Binary | 1100 | 11110001 | 10010011 | 1011111 | 0 | 100111 | 101 | 10011011 | 1011011 | 110010 |
Color Harmonies of #0CF193
Complementary color
Monochromatic Colors of #0CF193
Black with #0CF193
Text Example
Text Example
White with #0CF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF193; }
p { color: rgb(12,241,147); }
H1.HeaderClassName
{
color: #0CF193;
}
.AnyTagClassName
{
color: #0CF193;
}
</style>
background-color css
<style>
a { background-color: #0CF193; }
a { background-color: rgb(12,241,147); }
div.DivClassName
{
background-color: #0CF193;
}
.BgClassName
{
background-color: #0CF193;
}
</style>
border-color css
<style>
span { border-color: #0CF193; }
span { border-color: rgb(12,241,147); }
td.TdClassName
{
border-color: #0CF193;
}
.TagClassName
{
border-color: #0CF193;
}
</style>