Html Css Color HEX #0BF99B Medium Spring Green
📋 copy color: '#0BF99B'red 11 ◦ green 249 ◦ blue 155
Shades of Medium Spring Green #0BF99B
Tints of Medium Spring Green #0BF99B
RGB
CMYK
RGB Variations
Color information
#0BF99B (or 0x0BF99B) is known color: Medium Spring Green. HEX triplet: 0B, F9 and 9B. RGB value is (11,249,155). Sum of RGB (Red+Green+Blue) = 11+249+155=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF99B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF99B is #F40664. Grayscale: #A7A7A7. Windows color (decimal): -15992421 or 10221835. OLE color: 10221835.
HSL color Cylindrical-coordinate representation of color #0BF99B: hue angle of 156.3º 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 #0BF99B is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 155 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.02 |
| HSL | 156.3º | 0.95% | 0.51% | - |
| HSV(B) | 156.3º | 0.96% | 0.98% | - |
| XYZ | 39.93 | 70.19 | 42.45 | - |
| YUV | 167.12 | 121.15 | 16.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 155 | 0.96 | 0 | 0.38 | 0.02 | 156.3 | 0.95 | 0.51 |
| Hex | B | F9 | 9B | 60 | 0 | 26 | 2 | 9C | 5F | 33 |
| Octal | 13 | 371 | 233 | 140 | 0 | 46 | 2 | 234 | 137 | 63 |
| Binary | 1011 | 11111001 | 10011011 | 1100000 | 0 | 100110 | 10 | 10011100 | 1011111 | 110011 |
Color Harmonies of #0BF99B
Complementary color
Monochromatic Colors of #0BF99B
Black with #0BF99B
Text Example
Text Example
White with #0BF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF99B; }
p { color: rgb(11,249,155); }
H1.HeaderClassName
{
color: #0BF99B;
}
.AnyTagClassName
{
color: #0BF99B;
}
</style>
background-color css
<style>
a { background-color: #0BF99B; }
a { background-color: rgb(11,249,155); }
div.DivClassName
{
background-color: #0BF99B;
}
.BgClassName
{
background-color: #0BF99B;
}
</style>
border-color css
<style>
span { border-color: #0BF99B; }
span { border-color: rgb(11,249,155); }
td.TdClassName
{
border-color: #0BF99B;
}
.TagClassName
{
border-color: #0BF99B;
}
</style>