Shades of Malachite #0BD95C
Tints of Malachite #0BD95C
RGB
CMYK
RGB Variations
Color information
#0BD95C (or 0x0BD95C) is known color: Malachite. HEX triplet: 0B, D9 and 5C. RGB value is (11,217,92). Sum of RGB (Red+Green+Blue) = 11+217+92=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD95C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD95C is #F426A3. Grayscale: #8D8D8D. Windows color (decimal): -16000676 or 6084875. OLE color: 6084875.
HSL color Cylindrical-coordinate representation of color #0BD95C: hue angle of 143.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD95C is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 217 | 92 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.15 |
| HSL | 143.59º | 0.9% | 0.45% | - |
| HSV(B) | 143.59º | 0.95% | 0.85% | - |
| XYZ | 26.88 | 50.47 | 18.45 | - |
| YUV | 141.16 | 100.25 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 92 | 0.95 | 0 | 0.58 | 0.15 | 143.59 | 0.9 | 0.45 |
| Hex | B | D9 | 5C | 5F | 0 | 3A | F | 90 | 5A | 2D |
| Octal | 13 | 331 | 134 | 137 | 0 | 72 | 17 | 220 | 132 | 55 |
| Binary | 1011 | 11011001 | 1011100 | 1011111 | 0 | 111010 | 1111 | 10010000 | 1011010 | 101101 |
Color Harmonies of #0BD95C
Complementary color
Monochromatic Colors of #0BD95C
Black with #0BD95C
Text Example
Text Example
White with #0BD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD95C; }
p { color: rgb(11,217,92); }
H1.HeaderClassName
{
color: #0BD95C;
}
.AnyTagClassName
{
color: #0BD95C;
}
</style>
background-color css
<style>
a { background-color: #0BD95C; }
a { background-color: rgb(11,217,92); }
div.DivClassName
{
background-color: #0BD95C;
}
.BgClassName
{
background-color: #0BD95C;
}
</style>
border-color css
<style>
span { border-color: #0BD95C; }
span { border-color: rgb(11,217,92); }
td.TdClassName
{
border-color: #0BD95C;
}
.TagClassName
{
border-color: #0BD95C;
}
</style>