Shades of Spring Green #0FF071
Tints of Spring Green #0FF071
RGB
CMYK
RGB Variations
Color information
#0FF071 (or 0x0FF071) is known color: Spring Green. HEX triplet: 0F, F0 and 71. RGB value is (15,240,113). Sum of RGB (Red+Green+Blue) = 15+240+113=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF071 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF071 is #F00F8E. Grayscale: #9E9E9E. Windows color (decimal): -15732623 or 7467023. OLE color: 7467023.
HSL color Cylindrical-coordinate representation of color #0FF071: hue angle of 146.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF071 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 113 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.06 |
| HSL | 146.13º | 0.88% | 0.5% | - |
| HSV(B) | 146.13º | 0.94% | 0.94% | - |
| XYZ | 34.34 | 63.61 | 26.09 | - |
| YUV | 158.25 | 102.46 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 113 | 0.94 | 0 | 0.53 | 0.06 | 146.13 | 0.88 | 0.5 |
| Hex | F | F0 | 71 | 5E | 0 | 35 | 6 | 92 | 58 | 32 |
| Octal | 17 | 360 | 161 | 136 | 0 | 65 | 6 | 222 | 130 | 62 |
| Binary | 1111 | 11110000 | 1110001 | 1011110 | 0 | 110101 | 110 | 10010010 | 1011000 | 110010 |
Color Harmonies of #0FF071
Complementary color
Monochromatic Colors of #0FF071
Black with #0FF071
Text Example
Text Example
White with #0FF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF071; }
p { color: rgb(15,240,113); }
H1.HeaderClassName
{
color: #0FF071;
}
.AnyTagClassName
{
color: #0FF071;
}
</style>
background-color css
<style>
a { background-color: #0FF071; }
a { background-color: rgb(15,240,113); }
div.DivClassName
{
background-color: #0FF071;
}
.BgClassName
{
background-color: #0FF071;
}
</style>
border-color css
<style>
span { border-color: #0FF071; }
span { border-color: rgb(15,240,113); }
td.TdClassName
{
border-color: #0FF071;
}
.TagClassName
{
border-color: #0FF071;
}
</style>