Shades of Spring Green #0FF470
Tints of Spring Green #0FF470
RGB
CMYK
RGB Variations
Color information
#0FF470 (or 0x0FF470) is known color: Spring Green. HEX triplet: 0F, F4 and 70. RGB value is (15,244,112). Sum of RGB (Red+Green+Blue) = 15+244+112=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF470 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF470 is #F00B8F. Grayscale: #A0A0A0. Windows color (decimal): -15731600 or 7402511. OLE color: 7402511.
HSL color Cylindrical-coordinate representation of color #0FF470: hue angle of 145.41º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF470 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 244 | 112 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.04 |
| HSL | 145.41º | 0.91% | 0.51% | - |
| HSV(B) | 145.41º | 0.94% | 0.96% | - |
| XYZ | 35.47 | 65.97 | 26.19 | - |
| YUV | 160.48 | 100.63 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 244 | 112 | 0.94 | 0 | 0.54 | 0.04 | 145.41 | 0.91 | 0.51 |
| Hex | F | F4 | 70 | 5E | 0 | 36 | 4 | 91 | 5B | 33 |
| Octal | 17 | 364 | 160 | 136 | 0 | 66 | 4 | 221 | 133 | 63 |
| Binary | 1111 | 11110100 | 1110000 | 1011110 | 0 | 110110 | 100 | 10010001 | 1011011 | 110011 |
Color Harmonies of #0FF470
Complementary color
Monochromatic Colors of #0FF470
Black with #0FF470
Text Example
Text Example
White with #0FF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF470; }
p { color: rgb(15,244,112); }
H1.HeaderClassName
{
color: #0FF470;
}
.AnyTagClassName
{
color: #0FF470;
}
</style>
background-color css
<style>
a { background-color: #0FF470; }
a { background-color: rgb(15,244,112); }
div.DivClassName
{
background-color: #0FF470;
}
.BgClassName
{
background-color: #0FF470;
}
</style>
border-color css
<style>
span { border-color: #0FF470; }
span { border-color: rgb(15,244,112); }
td.TdClassName
{
border-color: #0FF470;
}
.TagClassName
{
border-color: #0FF470;
}
</style>