Shades of Spring Green #0BFA73
Tints of Spring Green #0BFA73
RGB
CMYK
RGB Variations
Color information
#0BFA73 (or 0x0BFA73) is known color: Spring Green. HEX triplet: 0B, FA and 73. RGB value is (11,250,115). Sum of RGB (Red+Green+Blue) = 11+250+115=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA73 is #F4058C. Grayscale: #A3A3A3. Windows color (decimal): -15992205 or 7600651. OLE color: 7600651.
HSL color Cylindrical-coordinate representation of color #0BFA73: hue angle of 146.11º 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 #0BFA73 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 115 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.02 |
| HSL | 146.11º | 0.96% | 0.51% | - |
| HSV(B) | 146.11º | 0.96% | 0.98% | - |
| XYZ | 37.42 | 69.68 | 27.7 | - |
| YUV | 163.15 | 100.82 | 19.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 115 | 0.96 | 0 | 0.54 | 0.02 | 146.11 | 0.96 | 0.51 |
| Hex | B | FA | 73 | 60 | 0 | 36 | 2 | 92 | 60 | 33 |
| Octal | 13 | 372 | 163 | 140 | 0 | 66 | 2 | 222 | 140 | 63 |
| Binary | 1011 | 11111010 | 1110011 | 1100000 | 0 | 110110 | 10 | 10010010 | 1100000 | 110011 |
Color Harmonies of #0BFA73
Complementary color
Monochromatic Colors of #0BFA73
Black with #0BFA73
Text Example
Text Example
White with #0BFA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA73; }
p { color: rgb(11,250,115); }
H1.HeaderClassName
{
color: #0BFA73;
}
.AnyTagClassName
{
color: #0BFA73;
}
</style>
background-color css
<style>
a { background-color: #0BFA73; }
a { background-color: rgb(11,250,115); }
div.DivClassName
{
background-color: #0BFA73;
}
.BgClassName
{
background-color: #0BFA73;
}
</style>
border-color css
<style>
span { border-color: #0BFA73; }
span { border-color: rgb(11,250,115); }
td.TdClassName
{
border-color: #0BFA73;
}
.TagClassName
{
border-color: #0BFA73;
}
</style>