Shades of Spring Green #0FF389
Tints of Spring Green #0FF389
RGB
CMYK
RGB Variations
Color information
#0FF389 (or 0x0FF389) is known color: Spring Green. HEX triplet: 0F, F3 and 89. RGB value is (15,243,137). Sum of RGB (Red+Green+Blue) = 15+243+137=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF389 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF389 is #F00C76. Grayscale: #A2A2A2. Windows color (decimal): -15731831 or 9040655. OLE color: 9040655.
HSL color Cylindrical-coordinate representation of color #0FF389: hue angle of 152.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF389 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 137 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.05 |
| HSL | 152.11º | 0.9% | 0.51% | - |
| HSV(B) | 152.11º | 0.94% | 0.95% | - |
| XYZ | 36.76 | 66.01 | 34.47 | - |
| YUV | 162.74 | 113.46 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 137 | 0.94 | 0 | 0.44 | 0.05 | 152.11 | 0.9 | 0.51 |
| Hex | F | F3 | 89 | 5E | 0 | 2C | 5 | 98 | 5A | 33 |
| Octal | 17 | 363 | 211 | 136 | 0 | 54 | 5 | 230 | 132 | 63 |
| Binary | 1111 | 11110011 | 10001001 | 1011110 | 0 | 101100 | 101 | 10011000 | 1011010 | 110011 |
Color Harmonies of #0FF389
Complementary color
Monochromatic Colors of #0FF389
Black with #0FF389
Text Example
Text Example
White with #0FF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF389; }
p { color: rgb(15,243,137); }
H1.HeaderClassName
{
color: #0FF389;
}
.AnyTagClassName
{
color: #0FF389;
}
</style>
background-color css
<style>
a { background-color: #0FF389; }
a { background-color: rgb(15,243,137); }
div.DivClassName
{
background-color: #0FF389;
}
.BgClassName
{
background-color: #0FF389;
}
</style>
border-color css
<style>
span { border-color: #0FF389; }
span { border-color: rgb(15,243,137); }
td.TdClassName
{
border-color: #0FF389;
}
.TagClassName
{
border-color: #0FF389;
}
</style>