Shades of Spring Green #0FF882
Tints of Spring Green #0FF882
RGB
CMYK
RGB Variations
Color information
#0FF882 (or 0x0FF882) is known color: Spring Green. HEX triplet: 0F, F8 and 82. RGB value is (15,248,130). Sum of RGB (Red+Green+Blue) = 15+248+130=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF882 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF882 is #F0077D. Grayscale: #A5A5A5. Windows color (decimal): -15730558 or 8583183. OLE color: 8583183.
HSL color Cylindrical-coordinate representation of color #0FF882: hue angle of 149.61º 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 #0FF882 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 130 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.03 |
| HSL | 149.61º | 0.94% | 0.52% | - |
| HSV(B) | 149.61º | 0.94% | 0.97% | - |
| XYZ | 37.79 | 68.85 | 32.42 | - |
| YUV | 164.88 | 108.31 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 130 | 0.94 | 0 | 0.48 | 0.03 | 149.61 | 0.94 | 0.52 |
| Hex | F | F8 | 82 | 5E | 0 | 30 | 3 | 96 | 5E | 34 |
| Octal | 17 | 370 | 202 | 136 | 0 | 60 | 3 | 226 | 136 | 64 |
| Binary | 1111 | 11111000 | 10000010 | 1011110 | 0 | 110000 | 11 | 10010110 | 1011110 | 110100 |
Color Harmonies of #0FF882
Complementary color
Monochromatic Colors of #0FF882
Black with #0FF882
Text Example
Text Example
White with #0FF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF882; }
p { color: rgb(15,248,130); }
H1.HeaderClassName
{
color: #0FF882;
}
.AnyTagClassName
{
color: #0FF882;
}
</style>
background-color css
<style>
a { background-color: #0FF882; }
a { background-color: rgb(15,248,130); }
div.DivClassName
{
background-color: #0FF882;
}
.BgClassName
{
background-color: #0FF882;
}
</style>
border-color css
<style>
span { border-color: #0FF882; }
span { border-color: rgb(15,248,130); }
td.TdClassName
{
border-color: #0FF882;
}
.TagClassName
{
border-color: #0FF882;
}
</style>