Shades of Spring Green #0BEA81
Tints of Spring Green #0BEA81
RGB
CMYK
RGB Variations
Color information
#0BEA81 (or 0x0BEA81) is known color: Spring Green. HEX triplet: 0B, EA and 81. RGB value is (11,234,129). Sum of RGB (Red+Green+Blue) = 11+234+129=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA81 is #F4157E. Grayscale: #9B9B9B. Windows color (decimal): -15996287 or 8514059. OLE color: 8514059.
HSL color Cylindrical-coordinate representation of color #0BEA81: hue angle of 151.75º 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 #0BEA81 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 129 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.08 |
| HSL | 151.75º | 0.91% | 0.48% | - |
| HSV(B) | 151.75º | 0.95% | 0.92% | - |
| XYZ | 33.52 | 60.5 | 30.68 | - |
| YUV | 155.35 | 113.12 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 129 | 0.95 | 0 | 0.45 | 0.08 | 151.75 | 0.91 | 0.48 |
| Hex | B | EA | 81 | 5F | 0 | 2D | 8 | 98 | 5B | 30 |
| Octal | 13 | 352 | 201 | 137 | 0 | 55 | 10 | 230 | 133 | 60 |
| Binary | 1011 | 11101010 | 10000001 | 1011111 | 0 | 101101 | 1000 | 10011000 | 1011011 | 110000 |
Color Harmonies of #0BEA81
Complementary color
Monochromatic Colors of #0BEA81
Black with #0BEA81
Text Example
Text Example
White with #0BEA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA81; }
p { color: rgb(11,234,129); }
H1.HeaderClassName
{
color: #0BEA81;
}
.AnyTagClassName
{
color: #0BEA81;
}
</style>
background-color css
<style>
a { background-color: #0BEA81; }
a { background-color: rgb(11,234,129); }
div.DivClassName
{
background-color: #0BEA81;
}
.BgClassName
{
background-color: #0BEA81;
}
</style>
border-color css
<style>
span { border-color: #0BEA81; }
span { border-color: rgb(11,234,129); }
td.TdClassName
{
border-color: #0BEA81;
}
.TagClassName
{
border-color: #0BEA81;
}
</style>