Shades of Spring Green #0FFA72
Tints of Spring Green #0FFA72
RGB
CMYK
RGB Variations
Color information
#0FFA72 (or 0x0FFA72) is known color: Spring Green. HEX triplet: 0F, FA and 72. RGB value is (15,250,114). Sum of RGB (Red+Green+Blue) = 15+250+114=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA72 is #F0058D. Grayscale: #A4A4A4. Windows color (decimal): -15730062 or 7535119. OLE color: 7535119.
HSL color Cylindrical-coordinate representation of color #0FFA72: hue angle of 145.28º 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 #0FFA72 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 114 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.02 |
| HSL | 145.28º | 0.96% | 0.52% | - |
| HSV(B) | 145.28º | 0.94% | 0.98% | - |
| XYZ | 37.42 | 69.69 | 27.4 | - |
| YUV | 164.23 | 99.64 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 114 | 0.94 | 0 | 0.54 | 0.02 | 145.28 | 0.96 | 0.52 |
| Hex | F | FA | 72 | 5E | 0 | 36 | 2 | 91 | 60 | 34 |
| Octal | 17 | 372 | 162 | 136 | 0 | 66 | 2 | 221 | 140 | 64 |
| Binary | 1111 | 11111010 | 1110010 | 1011110 | 0 | 110110 | 10 | 10010001 | 1100000 | 110100 |
Color Harmonies of #0FFA72
Complementary color
Monochromatic Colors of #0FFA72
Black with #0FFA72
Text Example
Text Example
White with #0FFA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA72; }
p { color: rgb(15,250,114); }
H1.HeaderClassName
{
color: #0FFA72;
}
.AnyTagClassName
{
color: #0FFA72;
}
</style>
background-color css
<style>
a { background-color: #0FFA72; }
a { background-color: rgb(15,250,114); }
div.DivClassName
{
background-color: #0FFA72;
}
.BgClassName
{
background-color: #0FFA72;
}
</style>
border-color css
<style>
span { border-color: #0FFA72; }
span { border-color: rgb(15,250,114); }
td.TdClassName
{
border-color: #0FFA72;
}
.TagClassName
{
border-color: #0FFA72;
}
</style>