Shades of Spring Green #0BFC8A
Tints of Spring Green #0BFC8A
RGB
CMYK
RGB Variations
Color information
#0BFC8A (or 0x0BFC8A) is known color: Spring Green. HEX triplet: 0B, FC and 8A. RGB value is (11,252,138). Sum of RGB (Red+Green+Blue) = 11+252+138=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFC8A is #F40375. Grayscale: #A7A7A7. Windows color (decimal): -15991670 or 9108491. OLE color: 9108491.
HSL color Cylindrical-coordinate representation of color #0BFC8A: hue angle of 151.62º 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 #0BFC8A is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 138 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.01 |
| HSL | 151.62º | 0.98% | 0.52% | - |
| HSV(B) | 151.62º | 0.96% | 0.99% | - |
| XYZ | 39.54 | 71.53 | 35.77 | - |
| YUV | 166.95 | 111.66 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 138 | 0.96 | 0 | 0.45 | 0.01 | 151.62 | 0.98 | 0.52 |
| Hex | B | FC | 8A | 60 | 0 | 2D | 1 | 98 | 62 | 34 |
| Octal | 13 | 374 | 212 | 140 | 0 | 55 | 1 | 230 | 142 | 64 |
| Binary | 1011 | 11111100 | 10001010 | 1100000 | 0 | 101101 | 1 | 10011000 | 1100010 | 110100 |
Color Harmonies of #0BFC8A
Complementary color
Monochromatic Colors of #0BFC8A
Black with #0BFC8A
Text Example
Text Example
White with #0BFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC8A; }
p { color: rgb(11,252,138); }
H1.HeaderClassName
{
color: #0BFC8A;
}
.AnyTagClassName
{
color: #0BFC8A;
}
</style>
background-color css
<style>
a { background-color: #0BFC8A; }
a { background-color: rgb(11,252,138); }
div.DivClassName
{
background-color: #0BFC8A;
}
.BgClassName
{
background-color: #0BFC8A;
}
</style>
border-color css
<style>
span { border-color: #0BFC8A; }
span { border-color: rgb(11,252,138); }
td.TdClassName
{
border-color: #0BFC8A;
}
.TagClassName
{
border-color: #0BFC8A;
}
</style>