Html Css Color HEX #0CFF97 Medium Spring Green
📋 copy color: '#0CFF97'red 12 ◦ green 255 ◦ blue 151
Shades of Medium Spring Green #0CFF97
Tints of Medium Spring Green #0CFF97
RGB
CMYK
RGB Variations
Color information
#0CFF97 (or 0x0CFF97) is known color: Medium Spring Green. HEX triplet: 0C, FF and 97. RGB value is (12,255,151). Sum of RGB (Red+Green+Blue) = 12+255+151=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF97 is #F30068. Grayscale: #AAAAAA. Windows color (decimal): -15925353 or 9961228. OLE color: 9961228.
HSL color Cylindrical-coordinate representation of color #0CFF97: hue angle of 154.32º 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 #0CFF97 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 151 | - |
| CMYK | 0.95 | 0 | 0.41 | 0 |
| HSL | 154.32º | 1% | 0.52% | - |
| HSV(B) | 154.32º | 0.95% | 1% | - |
| XYZ | 41.5 | 73.83 | 41.34 | - |
| YUV | 170.49 | 116.99 | 14.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 151 | 0.95 | 0 | 0.41 | 0 | 154.32 | 1 | 0.52 |
| Hex | C | FF | 97 | 5F | 0 | 29 | 0 | 9A | 64 | 34 |
| Octal | 14 | 377 | 227 | 137 | 0 | 51 | 0 | 232 | 144 | 64 |
| Binary | 1100 | 11111111 | 10010111 | 1011111 | 0 | 101001 | 0 | 10011010 | 1100100 | 110100 |
Color Harmonies of #0CFF97
Complementary color
Monochromatic Colors of #0CFF97
Black with #0CFF97
Text Example
Text Example
White with #0CFF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF97; }
p { color: rgb(12,255,151); }
H1.HeaderClassName
{
color: #0CFF97;
}
.AnyTagClassName
{
color: #0CFF97;
}
</style>
background-color css
<style>
a { background-color: #0CFF97; }
a { background-color: rgb(12,255,151); }
div.DivClassName
{
background-color: #0CFF97;
}
.BgClassName
{
background-color: #0CFF97;
}
</style>
border-color css
<style>
span { border-color: #0CFF97; }
span { border-color: rgb(12,255,151); }
td.TdClassName
{
border-color: #0CFF97;
}
.TagClassName
{
border-color: #0CFF97;
}
</style>