Shades of Spring Green #0BFC8C
Tints of Spring Green #0BFC8C
RGB
CMYK
RGB Variations
Color information
#0BFC8C (or 0x0BFC8C) is known color: Spring Green. HEX triplet: 0B, FC and 8C. RGB value is (11,252,140). Sum of RGB (Red+Green+Blue) = 11+252+140=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFC8C is #F40373. Grayscale: #A7A7A7. Windows color (decimal): -15991668 or 9239563. OLE color: 9239563.
HSL color Cylindrical-coordinate representation of color #0BFC8C: hue angle of 152.12º 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 #0BFC8C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 140 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.01 |
| HSL | 152.12º | 0.98% | 0.52% | - |
| HSV(B) | 152.12º | 0.96% | 0.99% | - |
| XYZ | 39.68 | 71.59 | 36.54 | - |
| YUV | 167.17 | 112.66 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 140 | 0.96 | 0 | 0.44 | 0.01 | 152.12 | 0.98 | 0.52 |
| Hex | B | FC | 8C | 60 | 0 | 2C | 1 | 98 | 62 | 34 |
| Octal | 13 | 374 | 214 | 140 | 0 | 54 | 1 | 230 | 142 | 64 |
| Binary | 1011 | 11111100 | 10001100 | 1100000 | 0 | 101100 | 1 | 10011000 | 1100010 | 110100 |
Color Harmonies of #0BFC8C
Complementary color
Monochromatic Colors of #0BFC8C
Black with #0BFC8C
Text Example
Text Example
White with #0BFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC8C; }
p { color: rgb(11,252,140); }
H1.HeaderClassName
{
color: #0BFC8C;
}
.AnyTagClassName
{
color: #0BFC8C;
}
</style>
background-color css
<style>
a { background-color: #0BFC8C; }
a { background-color: rgb(11,252,140); }
div.DivClassName
{
background-color: #0BFC8C;
}
.BgClassName
{
background-color: #0BFC8C;
}
</style>
border-color css
<style>
span { border-color: #0BFC8C; }
span { border-color: rgb(11,252,140); }
td.TdClassName
{
border-color: #0BFC8C;
}
.TagClassName
{
border-color: #0BFC8C;
}
</style>