Shades of Spring Green #0FED6F
Tints of Spring Green #0FED6F
RGB
CMYK
RGB Variations
Color information
#0FED6F (or 0x0FED6F) is known color: Spring Green. HEX triplet: 0F, ED and 6F. RGB value is (15,237,111). Sum of RGB (Red+Green+Blue) = 15+237+111=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FED6F is #F01290. Grayscale: #9C9C9C. Windows color (decimal): -15733393 or 7335183. OLE color: 7335183.
HSL color Cylindrical-coordinate representation of color #0FED6F: hue angle of 145.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FED6F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 111 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.07 |
| HSL | 145.95º | 0.88% | 0.49% | - |
| HSV(B) | 145.95º | 0.94% | 0.93% | - |
| XYZ | 33.35 | 61.82 | 25.21 | - |
| YUV | 156.26 | 102.45 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 111 | 0.94 | 0 | 0.53 | 0.07 | 145.95 | 0.88 | 0.49 |
| Hex | F | ED | 6F | 5E | 0 | 35 | 7 | 92 | 58 | 31 |
| Octal | 17 | 355 | 157 | 136 | 0 | 65 | 7 | 222 | 130 | 61 |
| Binary | 1111 | 11101101 | 1101111 | 1011110 | 0 | 110101 | 111 | 10010010 | 1011000 | 110001 |
Color Harmonies of #0FED6F
Complementary color
Monochromatic Colors of #0FED6F
Black with #0FED6F
Text Example
Text Example
White with #0FED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FED6F; }
p { color: rgb(15,237,111); }
H1.HeaderClassName
{
color: #0FED6F;
}
.AnyTagClassName
{
color: #0FED6F;
}
</style>
background-color css
<style>
a { background-color: #0FED6F; }
a { background-color: rgb(15,237,111); }
div.DivClassName
{
background-color: #0FED6F;
}
.BgClassName
{
background-color: #0FED6F;
}
</style>
border-color css
<style>
span { border-color: #0FED6F; }
span { border-color: rgb(15,237,111); }
td.TdClassName
{
border-color: #0FED6F;
}
.TagClassName
{
border-color: #0FED6F;
}
</style>