Shades of Spring Green #0BF982
Tints of Spring Green #0BF982
RGB
CMYK
RGB Variations
Color information
#0BF982 (or 0x0BF982) is known color: Spring Green. HEX triplet: 0B, F9 and 82. RGB value is (11,249,130). Sum of RGB (Red+Green+Blue) = 11+249+130=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF982 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF982 is #F4067D. Grayscale: #A4A4A4. Windows color (decimal): -15992446 or 8583435. OLE color: 8583435.
HSL color Cylindrical-coordinate representation of color #0BF982: hue angle of 150º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF982 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 130 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.02 |
| HSL | 150º | 0.95% | 0.51% | - |
| HSV(B) | 150º | 0.96% | 0.98% | - |
| XYZ | 38.04 | 69.43 | 32.52 | - |
| YUV | 164.27 | 108.65 | 18.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 130 | 0.96 | 0 | 0.48 | 0.02 | 150 | 0.95 | 0.51 |
| Hex | B | F9 | 82 | 60 | 0 | 30 | 2 | 96 | 5F | 33 |
| Octal | 13 | 371 | 202 | 140 | 0 | 60 | 2 | 226 | 137 | 63 |
| Binary | 1011 | 11111001 | 10000010 | 1100000 | 0 | 110000 | 10 | 10010110 | 1011111 | 110011 |
Color Harmonies of #0BF982
Complementary color
Monochromatic Colors of #0BF982
Black with #0BF982
Text Example
Text Example
White with #0BF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF982; }
p { color: rgb(11,249,130); }
H1.HeaderClassName
{
color: #0BF982;
}
.AnyTagClassName
{
color: #0BF982;
}
</style>
background-color css
<style>
a { background-color: #0BF982; }
a { background-color: rgb(11,249,130); }
div.DivClassName
{
background-color: #0BF982;
}
.BgClassName
{
background-color: #0BF982;
}
</style>
border-color css
<style>
span { border-color: #0BF982; }
span { border-color: rgb(11,249,130); }
td.TdClassName
{
border-color: #0BF982;
}
.TagClassName
{
border-color: #0BF982;
}
</style>