Shades of Spring Green #0FFA70
Tints of Spring Green #0FFA70
RGB
CMYK
RGB Variations
Color information
#0FFA70 (or 0x0FFA70) is known color: Spring Green. HEX triplet: 0F, FA and 70. RGB value is (15,250,112). Sum of RGB (Red+Green+Blue) = 15+250+112=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA70 is #F0058F. Grayscale: #A4A4A4. Windows color (decimal): -15730064 or 7404047. OLE color: 7404047.
HSL color Cylindrical-coordinate representation of color #0FFA70: hue angle of 144.77º degrees, saturation: 0.96, 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 #0FFA70 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 112 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.02 |
| HSL | 144.77º | 0.96% | 0.52% | - |
| HSV(B) | 144.77º | 0.94% | 0.98% | - |
| XYZ | 37.31 | 69.64 | 26.81 | - |
| YUV | 164 | 98.64 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 112 | 0.94 | 0 | 0.55 | 0.02 | 144.77 | 0.96 | 0.52 |
| Hex | F | FA | 70 | 5E | 0 | 37 | 2 | 91 | 60 | 34 |
| Octal | 17 | 372 | 160 | 136 | 0 | 67 | 2 | 221 | 140 | 64 |
| Binary | 1111 | 11111010 | 1110000 | 1011110 | 0 | 110111 | 10 | 10010001 | 1100000 | 110100 |
Color Harmonies of #0FFA70
Complementary color
Monochromatic Colors of #0FFA70
Black with #0FFA70
Text Example
Text Example
White with #0FFA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA70; }
p { color: rgb(15,250,112); }
H1.HeaderClassName
{
color: #0FFA70;
}
.AnyTagClassName
{
color: #0FFA70;
}
</style>
background-color css
<style>
a { background-color: #0FFA70; }
a { background-color: rgb(15,250,112); }
div.DivClassName
{
background-color: #0FFA70;
}
.BgClassName
{
background-color: #0FFA70;
}
</style>
border-color css
<style>
span { border-color: #0FFA70; }
span { border-color: rgb(15,250,112); }
td.TdClassName
{
border-color: #0FFA70;
}
.TagClassName
{
border-color: #0FFA70;
}
</style>