Shades of Spring Green #0FE970
Tints of Spring Green #0FE970
RGB
CMYK
RGB Variations
Color information
#0FE970 (or 0x0FE970) is known color: Spring Green. HEX triplet: 0F, E9 and 70. RGB value is (15,233,112). Sum of RGB (Red+Green+Blue) = 15+233+112=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 233 (91.41% from 255 or 64.72% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE970 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE970 is #F0168F. Grayscale: #9A9A9A. Windows color (decimal): -15734416 or 7399695. OLE color: 7399695.
HSL color Cylindrical-coordinate representation of color #0FE970: hue angle of 146.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE970 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 112 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.09 |
| HSL | 146.7º | 0.88% | 0.49% | - |
| HSV(B) | 146.7º | 0.94% | 0.91% | - |
| XYZ | 32.26 | 59.55 | 25.12 | - |
| YUV | 154.02 | 104.28 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 112 | 0.94 | 0 | 0.52 | 0.09 | 146.7 | 0.88 | 0.49 |
| Hex | F | E9 | 70 | 5E | 0 | 34 | 9 | 93 | 58 | 31 |
| Octal | 17 | 351 | 160 | 136 | 0 | 64 | 11 | 223 | 130 | 61 |
| Binary | 1111 | 11101001 | 1110000 | 1011110 | 0 | 110100 | 1001 | 10010011 | 1011000 | 110001 |
Color Harmonies of #0FE970
Complementary color
Monochromatic Colors of #0FE970
Black with #0FE970
Text Example
Text Example
White with #0FE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE970; }
p { color: rgb(15,233,112); }
H1.HeaderClassName
{
color: #0FE970;
}
.AnyTagClassName
{
color: #0FE970;
}
</style>
background-color css
<style>
a { background-color: #0FE970; }
a { background-color: rgb(15,233,112); }
div.DivClassName
{
background-color: #0FE970;
}
.BgClassName
{
background-color: #0FE970;
}
</style>
border-color css
<style>
span { border-color: #0FE970; }
span { border-color: rgb(15,233,112); }
td.TdClassName
{
border-color: #0FE970;
}
.TagClassName
{
border-color: #0FE970;
}
</style>