Shades of Spring Green #0BEA85
Tints of Spring Green #0BEA85
RGB
CMYK
RGB Variations
Color information
#0BEA85 (or 0x0BEA85) is known color: Spring Green. HEX triplet: 0B, EA and 85. RGB value is (11,234,133). Sum of RGB (Red+Green+Blue) = 11+234+133=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA85 is #F4157A. Grayscale: #9B9B9B. Windows color (decimal): -15996283 or 8776203. OLE color: 8776203.
HSL color Cylindrical-coordinate representation of color #0BEA85: hue angle of 152.83º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA85 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 133 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.08 |
| HSL | 152.83º | 0.91% | 0.48% | - |
| HSV(B) | 152.83º | 0.95% | 0.92% | - |
| XYZ | 33.79 | 60.61 | 32.11 | - |
| YUV | 155.81 | 115.12 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 133 | 0.95 | 0 | 0.43 | 0.08 | 152.83 | 0.91 | 0.48 |
| Hex | B | EA | 85 | 5F | 0 | 2B | 8 | 99 | 5B | 30 |
| Octal | 13 | 352 | 205 | 137 | 0 | 53 | 10 | 231 | 133 | 60 |
| Binary | 1011 | 11101010 | 10000101 | 1011111 | 0 | 101011 | 1000 | 10011001 | 1011011 | 110000 |
Color Harmonies of #0BEA85
Complementary color
Monochromatic Colors of #0BEA85
Black with #0BEA85
Text Example
Text Example
White with #0BEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA85; }
p { color: rgb(11,234,133); }
H1.HeaderClassName
{
color: #0BEA85;
}
.AnyTagClassName
{
color: #0BEA85;
}
</style>
background-color css
<style>
a { background-color: #0BEA85; }
a { background-color: rgb(11,234,133); }
div.DivClassName
{
background-color: #0BEA85;
}
.BgClassName
{
background-color: #0BEA85;
}
</style>
border-color css
<style>
span { border-color: #0BEA85; }
span { border-color: rgb(11,234,133); }
td.TdClassName
{
border-color: #0BEA85;
}
.TagClassName
{
border-color: #0BEA85;
}
</style>