Shades of Spring Green #0FF97C
Tints of Spring Green #0FF97C
RGB
CMYK
RGB Variations
Color information
#0FF97C (or 0x0FF97C) is known color: Spring Green. HEX triplet: 0F, F9 and 7C. RGB value is (15,249,124). Sum of RGB (Red+Green+Blue) = 15+249+124=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF97C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF97C is #F00683. Grayscale: #A5A5A5. Windows color (decimal): -15730308 or 8190223. OLE color: 8190223.
HSL color Cylindrical-coordinate representation of color #0FF97C: hue angle of 147.95º degrees, saturation: 0.95, 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 #0FF97C is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 124 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.02 |
| HSL | 147.95º | 0.95% | 0.52% | - |
| HSV(B) | 147.95º | 0.94% | 0.98% | - |
| XYZ | 37.71 | 69.31 | 30.46 | - |
| YUV | 164.78 | 104.98 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 124 | 0.94 | 0 | 0.50 | 0.02 | 147.95 | 0.95 | 0.52 |
| Hex | F | F9 | 7C | 5E | 0 | 32 | 2 | 94 | 5F | 34 |
| Octal | 17 | 371 | 174 | 136 | 0 | 62 | 2 | 224 | 137 | 64 |
| Binary | 1111 | 11111001 | 1111100 | 1011110 | 0 | 110010 | 10 | 10010100 | 1011111 | 110100 |
Color Harmonies of #0FF97C
Complementary color
Monochromatic Colors of #0FF97C
Black with #0FF97C
Text Example
Text Example
White with #0FF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF97C; }
p { color: rgb(15,249,124); }
H1.HeaderClassName
{
color: #0FF97C;
}
.AnyTagClassName
{
color: #0FF97C;
}
</style>
background-color css
<style>
a { background-color: #0FF97C; }
a { background-color: rgb(15,249,124); }
div.DivClassName
{
background-color: #0FF97C;
}
.BgClassName
{
background-color: #0FF97C;
}
</style>
border-color css
<style>
span { border-color: #0FF97C; }
span { border-color: rgb(15,249,124); }
td.TdClassName
{
border-color: #0FF97C;
}
.TagClassName
{
border-color: #0FF97C;
}
</style>