Shades of Spring Green #0BE286
Tints of Spring Green #0BE286
RGB
CMYK
RGB Variations
Color information
#0BE286 (or 0x0BE286) is known color: Spring Green. HEX triplet: 0B, E2 and 86. RGB value is (11,226,134). Sum of RGB (Red+Green+Blue) = 11+226+134=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE286 is #F41D79. Grayscale: #979797. Windows color (decimal): -15998330 or 8839691. OLE color: 8839691.
HSL color Cylindrical-coordinate representation of color #0BE286: hue angle of 154.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE286 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 134 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.11 |
| HSL | 154.33º | 0.91% | 0.46% | - |
| HSV(B) | 154.33º | 0.95% | 0.89% | - |
| XYZ | 31.64 | 56.19 | 31.73 | - |
| YUV | 151.23 | 118.27 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 134 | 0.95 | 0 | 0.41 | 0.11 | 154.33 | 0.91 | 0.46 |
| Hex | B | E2 | 86 | 5F | 0 | 29 | B | 9A | 5B | 2E |
| Octal | 13 | 342 | 206 | 137 | 0 | 51 | 13 | 232 | 133 | 56 |
| Binary | 1011 | 11100010 | 10000110 | 1011111 | 0 | 101001 | 1011 | 10011010 | 1011011 | 101110 |
Color Harmonies of #0BE286
Complementary color
Monochromatic Colors of #0BE286
Black with #0BE286
Text Example
Text Example
White with #0BE286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE286; }
p { color: rgb(11,226,134); }
H1.HeaderClassName
{
color: #0BE286;
}
.AnyTagClassName
{
color: #0BE286;
}
</style>
background-color css
<style>
a { background-color: #0BE286; }
a { background-color: rgb(11,226,134); }
div.DivClassName
{
background-color: #0BE286;
}
.BgClassName
{
background-color: #0BE286;
}
</style>
border-color css
<style>
span { border-color: #0BE286; }
span { border-color: rgb(11,226,134); }
td.TdClassName
{
border-color: #0BE286;
}
.TagClassName
{
border-color: #0BE286;
}
</style>