Shades of Spring Green #0FF87C
Tints of Spring Green #0FF87C
RGB
CMYK
RGB Variations
Color information
#0FF87C (or 0x0FF87C) is known color: Spring Green. HEX triplet: 0F, F8 and 7C. RGB value is (15,248,124). Sum of RGB (Red+Green+Blue) = 15+248+124=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF87C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF87C is #F00783. Grayscale: #A4A4A4. Windows color (decimal): -15730564 or 8189967. OLE color: 8189967.
HSL color Cylindrical-coordinate representation of color #0FF87C: hue angle of 148.07º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF87C is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 124 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.03 |
| HSL | 148.07º | 0.94% | 0.52% | - |
| HSV(B) | 148.07º | 0.94% | 0.97% | - |
| XYZ | 37.4 | 68.69 | 30.36 | - |
| YUV | 164.2 | 105.31 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 124 | 0.94 | 0 | 0.5 | 0.03 | 148.07 | 0.94 | 0.52 |
| Hex | F | F8 | 7C | 5E | 0 | 32 | 3 | 94 | 5E | 34 |
| Octal | 17 | 370 | 174 | 136 | 0 | 62 | 3 | 224 | 136 | 64 |
| Binary | 1111 | 11111000 | 1111100 | 1011110 | 0 | 110010 | 11 | 10010100 | 1011110 | 110100 |
Color Harmonies of #0FF87C
Complementary color
Monochromatic Colors of #0FF87C
Black with #0FF87C
Text Example
Text Example
White with #0FF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF87C; }
p { color: rgb(15,248,124); }
H1.HeaderClassName
{
color: #0FF87C;
}
.AnyTagClassName
{
color: #0FF87C;
}
</style>
background-color css
<style>
a { background-color: #0FF87C; }
a { background-color: rgb(15,248,124); }
div.DivClassName
{
background-color: #0FF87C;
}
.BgClassName
{
background-color: #0FF87C;
}
</style>
border-color css
<style>
span { border-color: #0FF87C; }
span { border-color: rgb(15,248,124); }
td.TdClassName
{
border-color: #0FF87C;
}
.TagClassName
{
border-color: #0FF87C;
}
</style>