Shades of Spring Green #0BFC8B
Tints of Spring Green #0BFC8B
RGB
CMYK
RGB Variations
Color information
#0BFC8B (or 0x0BFC8B) is known color: Spring Green. HEX triplet: 0B, FC and 8B. RGB value is (11,252,139). Sum of RGB (Red+Green+Blue) = 11+252+139=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 252 (98.83% from 255 or 62.69% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFC8B is #F40374. Grayscale: #A7A7A7. Windows color (decimal): -15991669 or 9174027. OLE color: 9174027.
HSL color Cylindrical-coordinate representation of color #0BFC8B: hue angle of 151.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFC8B is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 139 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.01 |
| HSL | 151.87º | 0.98% | 0.52% | - |
| HSV(B) | 151.87º | 0.96% | 0.99% | - |
| XYZ | 39.61 | 71.56 | 36.15 | - |
| YUV | 167.06 | 112.16 | 16.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 139 | 0.96 | 0 | 0.45 | 0.01 | 151.87 | 0.98 | 0.52 |
| Hex | B | FC | 8B | 60 | 0 | 2D | 1 | 98 | 62 | 34 |
| Octal | 13 | 374 | 213 | 140 | 0 | 55 | 1 | 230 | 142 | 64 |
| Binary | 1011 | 11111100 | 10001011 | 1100000 | 0 | 101101 | 1 | 10011000 | 1100010 | 110100 |
Color Harmonies of #0BFC8B
Complementary color
Monochromatic Colors of #0BFC8B
Black with #0BFC8B
Text Example
Text Example
White with #0BFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC8B; }
p { color: rgb(11,252,139); }
H1.HeaderClassName
{
color: #0BFC8B;
}
.AnyTagClassName
{
color: #0BFC8B;
}
</style>
background-color css
<style>
a { background-color: #0BFC8B; }
a { background-color: rgb(11,252,139); }
div.DivClassName
{
background-color: #0BFC8B;
}
.BgClassName
{
background-color: #0BFC8B;
}
</style>
border-color css
<style>
span { border-color: #0BFC8B; }
span { border-color: rgb(11,252,139); }
td.TdClassName
{
border-color: #0BFC8B;
}
.TagClassName
{
border-color: #0BFC8B;
}
</style>