Shades of Spring Green #0BE672
Tints of Spring Green #0BE672
RGB
CMYK
RGB Variations
Color information
#0BE672 (or 0x0BE672) is known color: Spring Green. HEX triplet: 0B, E6 and 72. RGB value is (11,230,114). Sum of RGB (Red+Green+Blue) = 11+230+114=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE672 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE672 is #F4198D. Grayscale: #979797. Windows color (decimal): -15997326 or 7529995. OLE color: 7529995.
HSL color Cylindrical-coordinate representation of color #0BE672: hue angle of 148.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE672 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 114 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.10 |
| HSL | 148.22º | 0.91% | 0.47% | - |
| HSV(B) | 148.22º | 0.95% | 0.9% | - |
| XYZ | 31.47 | 57.88 | 25.43 | - |
| YUV | 151.3 | 106.95 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 114 | 0.95 | 0 | 0.50 | 0.10 | 148.22 | 0.91 | 0.47 |
| Hex | B | E6 | 72 | 5F | 0 | 32 | A | 94 | 5B | 2F |
| Octal | 13 | 346 | 162 | 137 | 0 | 62 | 12 | 224 | 133 | 57 |
| Binary | 1011 | 11100110 | 1110010 | 1011111 | 0 | 110010 | 1010 | 10010100 | 1011011 | 101111 |
Color Harmonies of #0BE672
Complementary color
Monochromatic Colors of #0BE672
Black with #0BE672
Text Example
Text Example
White with #0BE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE672; }
p { color: rgb(11,230,114); }
H1.HeaderClassName
{
color: #0BE672;
}
.AnyTagClassName
{
color: #0BE672;
}
</style>
background-color css
<style>
a { background-color: #0BE672; }
a { background-color: rgb(11,230,114); }
div.DivClassName
{
background-color: #0BE672;
}
.BgClassName
{
background-color: #0BE672;
}
</style>
border-color css
<style>
span { border-color: #0BE672; }
span { border-color: rgb(11,230,114); }
td.TdClassName
{
border-color: #0BE672;
}
.TagClassName
{
border-color: #0BE672;
}
</style>