Shades of Spring Green #0BE173
Tints of Spring Green #0BE173
RGB
CMYK
RGB Variations
Color information
#0BE173 (or 0x0BE173) is known color: Spring Green. HEX triplet: 0B, E1 and 73. RGB value is (11,225,115). Sum of RGB (Red+Green+Blue) = 11+225+115=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE173 is #F41E8C. Grayscale: #949494. Windows color (decimal): -15998605 or 7594251. OLE color: 7594251.
HSL color Cylindrical-coordinate representation of color #0BE173: hue angle of 149.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE173 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 115 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.12 |
| HSL | 149.16º | 0.91% | 0.46% | - |
| HSV(B) | 149.16º | 0.95% | 0.88% | - |
| XYZ | 30.16 | 55.16 | 25.28 | - |
| YUV | 148.47 | 109.1 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 115 | 0.95 | 0 | 0.49 | 0.12 | 149.16 | 0.91 | 0.46 |
| Hex | B | E1 | 73 | 5F | 0 | 31 | C | 95 | 5B | 2E |
| Octal | 13 | 341 | 163 | 137 | 0 | 61 | 14 | 225 | 133 | 56 |
| Binary | 1011 | 11100001 | 1110011 | 1011111 | 0 | 110001 | 1100 | 10010101 | 1011011 | 101110 |
Color Harmonies of #0BE173
Complementary color
Monochromatic Colors of #0BE173
Black with #0BE173
Text Example
Text Example
White with #0BE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE173; }
p { color: rgb(11,225,115); }
H1.HeaderClassName
{
color: #0BE173;
}
.AnyTagClassName
{
color: #0BE173;
}
</style>
background-color css
<style>
a { background-color: #0BE173; }
a { background-color: rgb(11,225,115); }
div.DivClassName
{
background-color: #0BE173;
}
.BgClassName
{
background-color: #0BE173;
}
</style>
border-color css
<style>
span { border-color: #0BE173; }
span { border-color: rgb(11,225,115); }
td.TdClassName
{
border-color: #0BE173;
}
.TagClassName
{
border-color: #0BE173;
}
</style>