Shades of Spring Green #0BFA76
Tints of Spring Green #0BFA76
RGB
CMYK
RGB Variations
Color information
#0BFA76 (or 0x0BFA76) is known color: Spring Green. HEX triplet: 0B, FA and 76. RGB value is (11,250,118). Sum of RGB (Red+Green+Blue) = 11+250+118=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA76 is #F40589. Grayscale: #A3A3A3. Windows color (decimal): -15992202 or 7797259. OLE color: 7797259.
HSL color Cylindrical-coordinate representation of color #0BFA76: hue angle of 146.86º degrees, saturation: 0.96, 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 #0BFA76 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 118 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.02 |
| HSL | 146.86º | 0.96% | 0.51% | - |
| HSV(B) | 146.86º | 0.96% | 0.98% | - |
| XYZ | 37.59 | 69.75 | 28.62 | - |
| YUV | 163.49 | 102.32 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 118 | 0.96 | 0 | 0.53 | 0.02 | 146.86 | 0.96 | 0.51 |
| Hex | B | FA | 76 | 60 | 0 | 35 | 2 | 93 | 60 | 33 |
| Octal | 13 | 372 | 166 | 140 | 0 | 65 | 2 | 223 | 140 | 63 |
| Binary | 1011 | 11111010 | 1110110 | 1100000 | 0 | 110101 | 10 | 10010011 | 1100000 | 110011 |
Color Harmonies of #0BFA76
Complementary color
Monochromatic Colors of #0BFA76
Black with #0BFA76
Text Example
Text Example
White with #0BFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA76; }
p { color: rgb(11,250,118); }
H1.HeaderClassName
{
color: #0BFA76;
}
.AnyTagClassName
{
color: #0BFA76;
}
</style>
background-color css
<style>
a { background-color: #0BFA76; }
a { background-color: rgb(11,250,118); }
div.DivClassName
{
background-color: #0BFA76;
}
.BgClassName
{
background-color: #0BFA76;
}
</style>
border-color css
<style>
span { border-color: #0BFA76; }
span { border-color: rgb(11,250,118); }
td.TdClassName
{
border-color: #0BFA76;
}
.TagClassName
{
border-color: #0BFA76;
}
</style>