Shades of Spring Green #0BE17B
Tints of Spring Green #0BE17B
RGB
CMYK
RGB Variations
Color information
#0BE17B (or 0x0BE17B) is known color: Spring Green. HEX triplet: 0B, E1 and 7B. RGB value is (11,225,123). Sum of RGB (Red+Green+Blue) = 11+225+123=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE17B is #F41E84. Grayscale: #959595. Windows color (decimal): -15998597 or 8118539. OLE color: 8118539.
HSL color Cylindrical-coordinate representation of color #0BE17B: hue angle of 151.4º 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 #0BE17B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 123 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.12 |
| HSL | 151.4º | 0.91% | 0.46% | - |
| HSV(B) | 151.4º | 0.95% | 0.88% | - |
| XYZ | 30.64 | 55.35 | 27.81 | - |
| YUV | 149.39 | 113.1 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 123 | 0.95 | 0 | 0.45 | 0.12 | 151.4 | 0.91 | 0.46 |
| Hex | B | E1 | 7B | 5F | 0 | 2D | C | 97 | 5B | 2E |
| Octal | 13 | 341 | 173 | 137 | 0 | 55 | 14 | 227 | 133 | 56 |
| Binary | 1011 | 11100001 | 1111011 | 1011111 | 0 | 101101 | 1100 | 10010111 | 1011011 | 101110 |
Color Harmonies of #0BE17B
Complementary color
Monochromatic Colors of #0BE17B
Black with #0BE17B
Text Example
Text Example
White with #0BE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE17B; }
p { color: rgb(11,225,123); }
H1.HeaderClassName
{
color: #0BE17B;
}
.AnyTagClassName
{
color: #0BE17B;
}
</style>
background-color css
<style>
a { background-color: #0BE17B; }
a { background-color: rgb(11,225,123); }
div.DivClassName
{
background-color: #0BE17B;
}
.BgClassName
{
background-color: #0BE17B;
}
</style>
border-color css
<style>
span { border-color: #0BE17B; }
span { border-color: rgb(11,225,123); }
td.TdClassName
{
border-color: #0BE17B;
}
.TagClassName
{
border-color: #0BE17B;
}
</style>