Shades of Spring Green #0FF883
Tints of Spring Green #0FF883
RGB
CMYK
RGB Variations
Color information
#0FF883 (or 0x0FF883) is known color: Spring Green. HEX triplet: 0F, F8 and 83. RGB value is (15,248,131). Sum of RGB (Red+Green+Blue) = 15+248+131=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF883 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF883 is #F0077C. Grayscale: #A5A5A5. Windows color (decimal): -15730557 or 8648719. OLE color: 8648719.
HSL color Cylindrical-coordinate representation of color #0FF883: hue angle of 149.87º 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 #0FF883 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 131 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.03 |
| HSL | 149.87º | 0.94% | 0.52% | - |
| HSV(B) | 149.87º | 0.94% | 0.97% | - |
| XYZ | 37.86 | 68.88 | 32.77 | - |
| YUV | 165 | 108.81 | 21.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 131 | 0.94 | 0 | 0.47 | 0.03 | 149.87 | 0.94 | 0.52 |
| Hex | F | F8 | 83 | 5E | 0 | 2F | 3 | 96 | 5E | 34 |
| Octal | 17 | 370 | 203 | 136 | 0 | 57 | 3 | 226 | 136 | 64 |
| Binary | 1111 | 11111000 | 10000011 | 1011110 | 0 | 101111 | 11 | 10010110 | 1011110 | 110100 |
Color Harmonies of #0FF883
Complementary color
Monochromatic Colors of #0FF883
Black with #0FF883
Text Example
Text Example
White with #0FF883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF883; }
p { color: rgb(15,248,131); }
H1.HeaderClassName
{
color: #0FF883;
}
.AnyTagClassName
{
color: #0FF883;
}
</style>
background-color css
<style>
a { background-color: #0FF883; }
a { background-color: rgb(15,248,131); }
div.DivClassName
{
background-color: #0FF883;
}
.BgClassName
{
background-color: #0FF883;
}
</style>
border-color css
<style>
span { border-color: #0FF883; }
span { border-color: rgb(15,248,131); }
td.TdClassName
{
border-color: #0FF883;
}
.TagClassName
{
border-color: #0FF883;
}
</style>