Shades of Spring Green #0BFA7C
Tints of Spring Green #0BFA7C
RGB
CMYK
RGB Variations
Color information
#0BFA7C (or 0x0BFA7C) is known color: Spring Green. HEX triplet: 0B, FA and 7C. RGB value is (11,250,124). Sum of RGB (Red+Green+Blue) = 11+250+124=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA7C is #F40583. Grayscale: #A4A4A4. Windows color (decimal): -15992196 or 8190475. OLE color: 8190475.
HSL color Cylindrical-coordinate representation of color #0BFA7C: hue angle of 148.37º 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 #0BFA7C is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 124 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.02 |
| HSL | 148.37º | 0.96% | 0.51% | - |
| HSV(B) | 148.37º | 0.96% | 0.98% | - |
| XYZ | 37.96 | 69.9 | 30.56 | - |
| YUV | 164.18 | 105.32 | 18.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 124 | 0.96 | 0 | 0.50 | 0.02 | 148.37 | 0.96 | 0.51 |
| Hex | B | FA | 7C | 60 | 0 | 32 | 2 | 94 | 60 | 33 |
| Octal | 13 | 372 | 174 | 140 | 0 | 62 | 2 | 224 | 140 | 63 |
| Binary | 1011 | 11111010 | 1111100 | 1100000 | 0 | 110010 | 10 | 10010100 | 1100000 | 110011 |
Color Harmonies of #0BFA7C
Complementary color
Monochromatic Colors of #0BFA7C
Black with #0BFA7C
Text Example
Text Example
White with #0BFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA7C; }
p { color: rgb(11,250,124); }
H1.HeaderClassName
{
color: #0BFA7C;
}
.AnyTagClassName
{
color: #0BFA7C;
}
</style>
background-color css
<style>
a { background-color: #0BFA7C; }
a { background-color: rgb(11,250,124); }
div.DivClassName
{
background-color: #0BFA7C;
}
.BgClassName
{
background-color: #0BFA7C;
}
</style>
border-color css
<style>
span { border-color: #0BFA7C; }
span { border-color: rgb(11,250,124); }
td.TdClassName
{
border-color: #0BFA7C;
}
.TagClassName
{
border-color: #0BFA7C;
}
</style>