Shades of Spring Green #0FF06D
Tints of Spring Green #0FF06D
RGB
CMYK
RGB Variations
Color information
#0FF06D (or 0x0FF06D) is known color: Spring Green. HEX triplet: 0F, F0 and 6D. RGB value is (15,240,109). Sum of RGB (Red+Green+Blue) = 15+240+109=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF06D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF06D is #F00F92. Grayscale: #9E9E9E. Windows color (decimal): -15732627 or 7204879. OLE color: 7204879.
HSL color Cylindrical-coordinate representation of color #0FF06D: hue angle of 145.07º 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 #0FF06D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 109 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.06 |
| HSL | 145.07º | 0.88% | 0.5% | - |
| HSV(B) | 145.07º | 0.94% | 0.94% | - |
| XYZ | 34.12 | 63.53 | 24.93 | - |
| YUV | 157.79 | 100.46 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 109 | 0.94 | 0 | 0.55 | 0.06 | 145.07 | 0.88 | 0.5 |
| Hex | F | F0 | 6D | 5E | 0 | 37 | 6 | 91 | 58 | 32 |
| Octal | 17 | 360 | 155 | 136 | 0 | 67 | 6 | 221 | 130 | 62 |
| Binary | 1111 | 11110000 | 1101101 | 1011110 | 0 | 110111 | 110 | 10010001 | 1011000 | 110010 |
Color Harmonies of #0FF06D
Complementary color
Monochromatic Colors of #0FF06D
Black with #0FF06D
Text Example
Text Example
White with #0FF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF06D; }
p { color: rgb(15,240,109); }
H1.HeaderClassName
{
color: #0FF06D;
}
.AnyTagClassName
{
color: #0FF06D;
}
</style>
background-color css
<style>
a { background-color: #0FF06D; }
a { background-color: rgb(15,240,109); }
div.DivClassName
{
background-color: #0FF06D;
}
.BgClassName
{
background-color: #0FF06D;
}
</style>
border-color css
<style>
span { border-color: #0FF06D; }
span { border-color: rgb(15,240,109); }
td.TdClassName
{
border-color: #0FF06D;
}
.TagClassName
{
border-color: #0FF06D;
}
</style>