Html Css Color HEX #0BE69D Medium Spring Green
📋 copy color: '#0BE69D'red 11 ◦ green 230 ◦ blue 157
Shades of Medium Spring Green #0BE69D
Tints of Medium Spring Green #0BE69D
RGB
CMYK
RGB Variations
Color information
#0BE69D (or 0x0BE69D) is known color: Medium Spring Green. HEX triplet: 0B, E6 and 9D. RGB value is (11,230,157). Sum of RGB (Red+Green+Blue) = 11+230+157=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 230 (90.23% from 255 or 57.79% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE69D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE69D is #F41962. Grayscale: #9C9C9C. Windows color (decimal): -15997283 or 10348043. OLE color: 10348043.
HSL color Cylindrical-coordinate representation of color #0BE69D: hue angle of 160º 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 #0BE69D is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 157 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.10 |
| HSL | 160º | 0.91% | 0.47% | - |
| HSV(B) | 160º | 0.95% | 0.9% | - |
| XYZ | 34.52 | 59.1 | 41.49 | - |
| YUV | 156.2 | 128.45 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 157 | 0.95 | 0 | 0.32 | 0.10 | 160 | 0.91 | 0.47 |
| Hex | B | E6 | 9D | 5F | 0 | 20 | A | A0 | 5B | 2F |
| Octal | 13 | 346 | 235 | 137 | 0 | 40 | 12 | 240 | 133 | 57 |
| Binary | 1011 | 11100110 | 10011101 | 1011111 | 0 | 100000 | 1010 | 10100000 | 1011011 | 101111 |
Color Harmonies of #0BE69D
Complementary color
Monochromatic Colors of #0BE69D
Black with #0BE69D
Text Example
Text Example
White with #0BE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE69D; }
p { color: rgb(11,230,157); }
H1.HeaderClassName
{
color: #0BE69D;
}
.AnyTagClassName
{
color: #0BE69D;
}
</style>
background-color css
<style>
a { background-color: #0BE69D; }
a { background-color: rgb(11,230,157); }
div.DivClassName
{
background-color: #0BE69D;
}
.BgClassName
{
background-color: #0BE69D;
}
</style>
border-color css
<style>
span { border-color: #0BE69D; }
span { border-color: rgb(11,230,157); }
td.TdClassName
{
border-color: #0BE69D;
}
.TagClassName
{
border-color: #0BE69D;
}
</style>