Html Css Color HEX #0CF494 Medium Spring Green
📋 copy color: '#0CF494'red 12 ◦ green 244 ◦ blue 148
Shades of Medium Spring Green #0CF494
Tints of Medium Spring Green #0CF494
RGB
CMYK
RGB Variations
Color information
#0CF494 (or 0x0CF494) is known color: Medium Spring Green. HEX triplet: 0C, F4 and 94. RGB value is (12,244,148). Sum of RGB (Red+Green+Blue) = 12+244+148=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #0CF494 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF494 is #F30B6B. Grayscale: #A3A3A3. Windows color (decimal): -15928172 or 9761804. OLE color: 9761804.
HSL color Cylindrical-coordinate representation of color #0CF494: hue angle of 155.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF494 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 244 | 148 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.04 |
| HSL | 155.17º | 0.91% | 0.5% | - |
| HSV(B) | 155.17º | 0.95% | 0.96% | - |
| XYZ | 37.85 | 66.92 | 38.94 | - |
| YUV | 163.69 | 119.14 | 19.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 244 | 148 | 0.95 | 0 | 0.39 | 0.04 | 155.17 | 0.91 | 0.5 |
| Hex | C | F4 | 94 | 5F | 0 | 27 | 4 | 9B | 5B | 32 |
| Octal | 14 | 364 | 224 | 137 | 0 | 47 | 4 | 233 | 133 | 62 |
| Binary | 1100 | 11110100 | 10010100 | 1011111 | 0 | 100111 | 100 | 10011011 | 1011011 | 110010 |
Color Harmonies of #0CF494
Complementary color
Monochromatic Colors of #0CF494
Black with #0CF494
Text Example
Text Example
White with #0CF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF494; }
p { color: rgb(12,244,148); }
H1.HeaderClassName
{
color: #0CF494;
}
.AnyTagClassName
{
color: #0CF494;
}
</style>
background-color css
<style>
a { background-color: #0CF494; }
a { background-color: rgb(12,244,148); }
div.DivClassName
{
background-color: #0CF494;
}
.BgClassName
{
background-color: #0CF494;
}
</style>
border-color css
<style>
span { border-color: #0CF494; }
span { border-color: rgb(12,244,148); }
td.TdClassName
{
border-color: #0CF494;
}
.TagClassName
{
border-color: #0CF494;
}
</style>