Shades of Spring Green #0FFB70
Tints of Spring Green #0FFB70
RGB
CMYK
RGB Variations
Color information
#0FFB70 (or 0x0FFB70) is known color: Spring Green. HEX triplet: 0F, FB and 70. RGB value is (15,251,112). Sum of RGB (Red+Green+Blue) = 15+251+112=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFB70 is #F0048F. Grayscale: #A4A4A4. Windows color (decimal): -15729808 or 7404303. OLE color: 7404303.
HSL color Cylindrical-coordinate representation of color #0FFB70: hue angle of 144.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB70 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 112 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.02 |
| HSL | 144.66º | 0.97% | 0.52% | - |
| HSV(B) | 144.66º | 0.94% | 0.98% | - |
| XYZ | 37.62 | 70.27 | 26.91 | - |
| YUV | 164.59 | 98.31 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 112 | 0.94 | 0 | 0.55 | 0.02 | 144.66 | 0.97 | 0.52 |
| Hex | F | FB | 70 | 5E | 0 | 37 | 2 | 91 | 61 | 34 |
| Octal | 17 | 373 | 160 | 136 | 0 | 67 | 2 | 221 | 141 | 64 |
| Binary | 1111 | 11111011 | 1110000 | 1011110 | 0 | 110111 | 10 | 10010001 | 1100001 | 110100 |
Color Harmonies of #0FFB70
Complementary color
Monochromatic Colors of #0FFB70
Black with #0FFB70
Text Example
Text Example
White with #0FFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB70; }
p { color: rgb(15,251,112); }
H1.HeaderClassName
{
color: #0FFB70;
}
.AnyTagClassName
{
color: #0FFB70;
}
</style>
background-color css
<style>
a { background-color: #0FFB70; }
a { background-color: rgb(15,251,112); }
div.DivClassName
{
background-color: #0FFB70;
}
.BgClassName
{
background-color: #0FFB70;
}
</style>
border-color css
<style>
span { border-color: #0FFB70; }
span { border-color: rgb(15,251,112); }
td.TdClassName
{
border-color: #0FFB70;
}
.TagClassName
{
border-color: #0FFB70;
}
</style>