Html Css Color HEX #0CFF94 Medium Spring Green
📋 copy color: '#0CFF94'red 12 ◦ green 255 ◦ blue 148
Shades of Medium Spring Green #0CFF94
Tints of Medium Spring Green #0CFF94
RGB
CMYK
RGB Variations
Color information
#0CFF94 (or 0x0CFF94) is known color: Medium Spring Green. HEX triplet: 0C, FF and 94. RGB value is (12,255,148). Sum of RGB (Red+Green+Blue) = 12+255+148=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF94 is #F3006B. Grayscale: #AAAAAA. Windows color (decimal): -15925356 or 9764620. OLE color: 9764620.
HSL color Cylindrical-coordinate representation of color #0CFF94: hue angle of 153.58º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF94 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 148 | - |
| CMYK | 0.95 | 0 | 0.42 | 0 |
| HSL | 153.58º | 1% | 0.52% | - |
| HSV(B) | 153.58º | 0.95% | 1% | - |
| XYZ | 41.26 | 73.74 | 40.08 | - |
| YUV | 170.15 | 115.49 | 15.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 148 | 0.95 | 0 | 0.42 | 0 | 153.58 | 1 | 0.52 |
| Hex | C | FF | 94 | 5F | 0 | 2A | 0 | 9A | 64 | 34 |
| Octal | 14 | 377 | 224 | 137 | 0 | 52 | 0 | 232 | 144 | 64 |
| Binary | 1100 | 11111111 | 10010100 | 1011111 | 0 | 101010 | 0 | 10011010 | 1100100 | 110100 |
Color Harmonies of #0CFF94
Complementary color
Monochromatic Colors of #0CFF94
Black with #0CFF94
Text Example
Text Example
White with #0CFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF94; }
p { color: rgb(12,255,148); }
H1.HeaderClassName
{
color: #0CFF94;
}
.AnyTagClassName
{
color: #0CFF94;
}
</style>
background-color css
<style>
a { background-color: #0CFF94; }
a { background-color: rgb(12,255,148); }
div.DivClassName
{
background-color: #0CFF94;
}
.BgClassName
{
background-color: #0CFF94;
}
</style>
border-color css
<style>
span { border-color: #0CFF94; }
span { border-color: rgb(12,255,148); }
td.TdClassName
{
border-color: #0CFF94;
}
.TagClassName
{
border-color: #0CFF94;
}
</style>