Shades of Spring Green #0FE972
Tints of Spring Green #0FE972
RGB
CMYK
RGB Variations
Color information
#0FE972 (or 0x0FE972) is known color: Spring Green. HEX triplet: 0F, E9 and 72. RGB value is (15,233,114). Sum of RGB (Red+Green+Blue) = 15+233+114=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 233 (91.41% from 255 or 64.36% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE972 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE972 is #F0168D. Grayscale: #9A9A9A. Windows color (decimal): -15734414 or 7530767. OLE color: 7530767.
HSL color Cylindrical-coordinate representation of color #0FE972: hue angle of 147.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE972 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 114 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.09 |
| HSL | 147.25º | 0.88% | 0.49% | - |
| HSV(B) | 147.25º | 0.94% | 0.91% | - |
| XYZ | 32.37 | 59.59 | 25.72 | - |
| YUV | 154.25 | 105.28 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 114 | 0.94 | 0 | 0.51 | 0.09 | 147.25 | 0.88 | 0.49 |
| Hex | F | E9 | 72 | 5E | 0 | 33 | 9 | 93 | 58 | 31 |
| Octal | 17 | 351 | 162 | 136 | 0 | 63 | 11 | 223 | 130 | 61 |
| Binary | 1111 | 11101001 | 1110010 | 1011110 | 0 | 110011 | 1001 | 10010011 | 1011000 | 110001 |
Color Harmonies of #0FE972
Complementary color
Monochromatic Colors of #0FE972
Black with #0FE972
Text Example
Text Example
White with #0FE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE972; }
p { color: rgb(15,233,114); }
H1.HeaderClassName
{
color: #0FE972;
}
.AnyTagClassName
{
color: #0FE972;
}
</style>
background-color css
<style>
a { background-color: #0FE972; }
a { background-color: rgb(15,233,114); }
div.DivClassName
{
background-color: #0FE972;
}
.BgClassName
{
background-color: #0FE972;
}
</style>
border-color css
<style>
span { border-color: #0FE972; }
span { border-color: rgb(15,233,114); }
td.TdClassName
{
border-color: #0FE972;
}
.TagClassName
{
border-color: #0FE972;
}
</style>