Shades of Spring Green #0BFB8C
Tints of Spring Green #0BFB8C
RGB
CMYK
RGB Variations
Color information
#0BFB8C (or 0x0BFB8C) is known color: Spring Green. HEX triplet: 0B, FB and 8C. RGB value is (11,251,140). Sum of RGB (Red+Green+Blue) = 11+251+140=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 251 (98.44% from 255 or 62.44% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFB8C is #F40473. Grayscale: #A6A6A6. Windows color (decimal): -15991924 or 9239307. OLE color: 9239307.
HSL color Cylindrical-coordinate representation of color #0BFB8C: hue angle of 152.25º degrees, saturation: 0.97, 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 #0BFB8C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 140 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.02 |
| HSL | 152.25º | 0.97% | 0.51% | - |
| HSV(B) | 152.25º | 0.96% | 0.98% | - |
| XYZ | 39.37 | 70.96 | 36.43 | - |
| YUV | 166.59 | 112.99 | 17.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 140 | 0.96 | 0 | 0.44 | 0.02 | 152.25 | 0.97 | 0.51 |
| Hex | B | FB | 8C | 60 | 0 | 2C | 2 | 98 | 61 | 33 |
| Octal | 13 | 373 | 214 | 140 | 0 | 54 | 2 | 230 | 141 | 63 |
| Binary | 1011 | 11111011 | 10001100 | 1100000 | 0 | 101100 | 10 | 10011000 | 1100001 | 110011 |
Color Harmonies of #0BFB8C
Complementary color
Monochromatic Colors of #0BFB8C
Black with #0BFB8C
Text Example
Text Example
White with #0BFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB8C; }
p { color: rgb(11,251,140); }
H1.HeaderClassName
{
color: #0BFB8C;
}
.AnyTagClassName
{
color: #0BFB8C;
}
</style>
background-color css
<style>
a { background-color: #0BFB8C; }
a { background-color: rgb(11,251,140); }
div.DivClassName
{
background-color: #0BFB8C;
}
.BgClassName
{
background-color: #0BFB8C;
}
</style>
border-color css
<style>
span { border-color: #0BFB8C; }
span { border-color: rgb(11,251,140); }
td.TdClassName
{
border-color: #0BFB8C;
}
.TagClassName
{
border-color: #0BFB8C;
}
</style>