Shades of Spring Green #0FFF70
Tints of Spring Green #0FFF70
RGB
CMYK
RGB Variations
Color information
#0FFF70 (or 0x0FFF70) is known color: Spring Green. HEX triplet: 0F, FF and 70. RGB value is (15,255,112). Sum of RGB (Red+Green+Blue) = 15+255+112=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF70 is #F0008F. Grayscale: #A7A7A7. Windows color (decimal): -15728784 or 7405327. OLE color: 7405327.
HSL color Cylindrical-coordinate representation of color #0FFF70: hue angle of 144.25º 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 #0FFF70 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 112 | - |
| CMYK | 0.94 | 0 | 0.56 | 0 |
| HSL | 144.25º | 1% | 0.53% | - |
| HSV(B) | 144.25º | 0.94% | 1% | - |
| XYZ | 38.88 | 72.79 | 27.33 | - |
| YUV | 166.94 | 96.99 | 19.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 112 | 0.94 | 0 | 0.56 | 0 | 144.25 | 1 | 0.53 |
| Hex | F | FF | 70 | 5E | 0 | 38 | 0 | 90 | 64 | 35 |
| Octal | 17 | 377 | 160 | 136 | 0 | 70 | 0 | 220 | 144 | 65 |
| Binary | 1111 | 11111111 | 1110000 | 1011110 | 0 | 111000 | 0 | 10010000 | 1100100 | 110101 |
Color Harmonies of #0FFF70
Complementary color
Monochromatic Colors of #0FFF70
Black with #0FFF70
Text Example
Text Example
White with #0FFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF70; }
p { color: rgb(15,255,112); }
H1.HeaderClassName
{
color: #0FFF70;
}
.AnyTagClassName
{
color: #0FFF70;
}
</style>
background-color css
<style>
a { background-color: #0FFF70; }
a { background-color: rgb(15,255,112); }
div.DivClassName
{
background-color: #0FFF70;
}
.BgClassName
{
background-color: #0FFF70;
}
</style>
border-color css
<style>
span { border-color: #0FFF70; }
span { border-color: rgb(15,255,112); }
td.TdClassName
{
border-color: #0FFF70;
}
.TagClassName
{
border-color: #0FFF70;
}
</style>