Html Css Color HEX #0FFF9B Medium Spring Green
📋 copy color: '#0FFF9B'red 15 ◦ green 255 ◦ blue 155
Shades of Medium Spring Green #0FFF9B
Tints of Medium Spring Green #0FFF9B
RGB
CMYK
RGB Variations
Color information
#0FFF9B (or 0x0FFF9B) is known color: Medium Spring Green. HEX triplet: 0F, FF and 9B. RGB value is (15,255,155). Sum of RGB (Red+Green+Blue) = 15+255+155=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF9B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFF9B is #F00064. Grayscale: #ACACAC. Windows color (decimal): -15728741 or 10223375. OLE color: 10223375.
HSL color Cylindrical-coordinate representation of color #0FFF9B: hue angle of 155º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF9B is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 155 | - |
| CMYK | 0.94 | 0 | 0.39 | 0 |
| HSL | 155º | 1% | 0.53% | - |
| HSV(B) | 155º | 0.94% | 1% | - |
| XYZ | 41.87 | 73.99 | 43.08 | - |
| YUV | 171.84 | 118.49 | 16.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 155 | 0.94 | 0 | 0.39 | 0 | 155 | 1 | 0.53 |
| Hex | F | FF | 9B | 5E | 0 | 27 | 0 | 9B | 64 | 35 |
| Octal | 17 | 377 | 233 | 136 | 0 | 47 | 0 | 233 | 144 | 65 |
| Binary | 1111 | 11111111 | 10011011 | 1011110 | 0 | 100111 | 0 | 10011011 | 1100100 | 110101 |
Color Harmonies of #0FFF9B
Complementary color
Monochromatic Colors of #0FFF9B
Black with #0FFF9B
Text Example
Text Example
White with #0FFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF9B; }
p { color: rgb(15,255,155); }
H1.HeaderClassName
{
color: #0FFF9B;
}
.AnyTagClassName
{
color: #0FFF9B;
}
</style>
background-color css
<style>
a { background-color: #0FFF9B; }
a { background-color: rgb(15,255,155); }
div.DivClassName
{
background-color: #0FFF9B;
}
.BgClassName
{
background-color: #0FFF9B;
}
</style>
border-color css
<style>
span { border-color: #0FFF9B; }
span { border-color: rgb(15,255,155); }
td.TdClassName
{
border-color: #0FFF9B;
}
.TagClassName
{
border-color: #0FFF9B;
}
</style>