Shades of Spring Green #0BE27B
Tints of Spring Green #0BE27B
RGB
CMYK
RGB Variations
Color information
#0BE27B (or 0x0BE27B) is known color: Spring Green. HEX triplet: 0B, E2 and 7B. RGB value is (11,226,123). Sum of RGB (Red+Green+Blue) = 11+226+123=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE27B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE27B is #F41D84. Grayscale: #969696. Windows color (decimal): -15998341 or 8118795. OLE color: 8118795.
HSL color Cylindrical-coordinate representation of color #0BE27B: hue angle of 151.26º 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 #0BE27B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 123 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.11 |
| HSL | 151.26º | 0.91% | 0.46% | - |
| HSV(B) | 151.26º | 0.95% | 0.89% | - |
| XYZ | 30.91 | 55.89 | 27.9 | - |
| YUV | 149.97 | 112.77 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 123 | 0.95 | 0 | 0.46 | 0.11 | 151.26 | 0.91 | 0.46 |
| Hex | B | E2 | 7B | 5F | 0 | 2E | B | 97 | 5B | 2E |
| Octal | 13 | 342 | 173 | 137 | 0 | 56 | 13 | 227 | 133 | 56 |
| Binary | 1011 | 11100010 | 1111011 | 1011111 | 0 | 101110 | 1011 | 10010111 | 1011011 | 101110 |
Color Harmonies of #0BE27B
Complementary color
Monochromatic Colors of #0BE27B
Black with #0BE27B
Text Example
Text Example
White with #0BE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE27B; }
p { color: rgb(11,226,123); }
H1.HeaderClassName
{
color: #0BE27B;
}
.AnyTagClassName
{
color: #0BE27B;
}
</style>
background-color css
<style>
a { background-color: #0BE27B; }
a { background-color: rgb(11,226,123); }
div.DivClassName
{
background-color: #0BE27B;
}
.BgClassName
{
background-color: #0BE27B;
}
</style>
border-color css
<style>
span { border-color: #0BE27B; }
span { border-color: rgb(11,226,123); }
td.TdClassName
{
border-color: #0BE27B;
}
.TagClassName
{
border-color: #0BE27B;
}
</style>