Html Css Color HEX #0FFC9B Medium Spring Green
📋 copy color: '#0FFC9B'red 15 ◦ green 252 ◦ blue 155
Shades of Medium Spring Green #0FFC9B
Tints of Medium Spring Green #0FFC9B
RGB
CMYK
RGB Variations
Color information
#0FFC9B (or 0x0FFC9B) is known color: Medium Spring Green. HEX triplet: 0F, FC and 9B. RGB value is (15,252,155). Sum of RGB (Red+Green+Blue) = 15+252+155=422 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC9B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFC9B is #F00364. Grayscale: #AAAAAA. Windows color (decimal): -15729509 or 10222607. OLE color: 10222607.
HSL color Cylindrical-coordinate representation of color #0FFC9B: hue angle of 155.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC9B is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 155 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.01 |
| HSL | 155.44º | 0.98% | 0.52% | - |
| HSV(B) | 155.44º | 0.94% | 0.99% | - |
| XYZ | 40.92 | 72.09 | 42.77 | - |
| YUV | 170.08 | 119.48 | 17.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 155 | 0.94 | 0 | 0.38 | 0.01 | 155.44 | 0.98 | 0.52 |
| Hex | F | FC | 9B | 5E | 0 | 26 | 1 | 9B | 62 | 34 |
| Octal | 17 | 374 | 233 | 136 | 0 | 46 | 1 | 233 | 142 | 64 |
| Binary | 1111 | 11111100 | 10011011 | 1011110 | 0 | 100110 | 1 | 10011011 | 1100010 | 110100 |
Color Harmonies of #0FFC9B
Complementary color
Monochromatic Colors of #0FFC9B
Black with #0FFC9B
Text Example
Text Example
White with #0FFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFC9B; }
p { color: rgb(15,252,155); }
H1.HeaderClassName
{
color: #0FFC9B;
}
.AnyTagClassName
{
color: #0FFC9B;
}
</style>
background-color css
<style>
a { background-color: #0FFC9B; }
a { background-color: rgb(15,252,155); }
div.DivClassName
{
background-color: #0FFC9B;
}
.BgClassName
{
background-color: #0FFC9B;
}
</style>
border-color css
<style>
span { border-color: #0FFC9B; }
span { border-color: rgb(15,252,155); }
td.TdClassName
{
border-color: #0FFC9B;
}
.TagClassName
{
border-color: #0FFC9B;
}
</style>