Shades of Spring Green #0BF06F
Tints of Spring Green #0BF06F
RGB
CMYK
RGB Variations
Color information
#0BF06F (or 0x0BF06F) is known color: Spring Green. HEX triplet: 0B, F0 and 6F. RGB value is (11,240,111). Sum of RGB (Red+Green+Blue) = 11+240+111=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF06F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF06F is #F40F90. Grayscale: #9D9D9D. Windows color (decimal): -15994769 or 7335947. OLE color: 7335947.
HSL color Cylindrical-coordinate representation of color #0BF06F: hue angle of 146.2º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF06F is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 111 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.06 |
| HSL | 146.2º | 0.91% | 0.49% | - |
| HSV(B) | 146.2º | 0.95% | 0.94% | - |
| XYZ | 34.17 | 63.54 | 25.5 | - |
| YUV | 156.82 | 102.13 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 111 | 0.95 | 0 | 0.54 | 0.06 | 146.2 | 0.91 | 0.49 |
| Hex | B | F0 | 6F | 5F | 0 | 36 | 6 | 92 | 5B | 31 |
| Octal | 13 | 360 | 157 | 137 | 0 | 66 | 6 | 222 | 133 | 61 |
| Binary | 1011 | 11110000 | 1101111 | 1011111 | 0 | 110110 | 110 | 10010010 | 1011011 | 110001 |
Color Harmonies of #0BF06F
Complementary color
Monochromatic Colors of #0BF06F
Black with #0BF06F
Text Example
Text Example
White with #0BF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF06F; }
p { color: rgb(11,240,111); }
H1.HeaderClassName
{
color: #0BF06F;
}
.AnyTagClassName
{
color: #0BF06F;
}
</style>
background-color css
<style>
a { background-color: #0BF06F; }
a { background-color: rgb(11,240,111); }
div.DivClassName
{
background-color: #0BF06F;
}
.BgClassName
{
background-color: #0BF06F;
}
</style>
border-color css
<style>
span { border-color: #0BF06F; }
span { border-color: rgb(11,240,111); }
td.TdClassName
{
border-color: #0BF06F;
}
.TagClassName
{
border-color: #0BF06F;
}
</style>