Shades of Malachite #0BD26E
Tints of Malachite #0BD26E
RGB
CMYK
RGB Variations
Color information
#0BD26E (or 0x0BD26E) is known color: Malachite. HEX triplet: 0B, D2 and 6E. RGB value is (11,210,110). Sum of RGB (Red+Green+Blue) = 11+210+110=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #0BD26E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD26E is #F42D91. Grayscale: #8B8B8B. Windows color (decimal): -16002450 or 7262731. OLE color: 7262731.
HSL color Cylindrical-coordinate representation of color #0BD26E: hue angle of 149.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD26E is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 210 | 110 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.18 |
| HSL | 149.85º | 0.9% | 0.43% | - |
| HSV(B) | 149.85º | 0.95% | 0.82% | - |
| XYZ | 26 | 47.29 | 22.51 | - |
| YUV | 139.1 | 111.57 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 110 | 0.95 | 0 | 0.48 | 0.18 | 149.85 | 0.9 | 0.43 |
| Hex | B | D2 | 6E | 5F | 0 | 30 | 12 | 96 | 5A | 2B |
| Octal | 13 | 322 | 156 | 137 | 0 | 60 | 22 | 226 | 132 | 53 |
| Binary | 1011 | 11010010 | 1101110 | 1011111 | 0 | 110000 | 10010 | 10010110 | 1011010 | 101011 |
Color Harmonies of #0BD26E
Complementary color
Monochromatic Colors of #0BD26E
Black with #0BD26E
Text Example
Text Example
White with #0BD26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD26E; }
p { color: rgb(11,210,110); }
H1.HeaderClassName
{
color: #0BD26E;
}
.AnyTagClassName
{
color: #0BD26E;
}
</style>
background-color css
<style>
a { background-color: #0BD26E; }
a { background-color: rgb(11,210,110); }
div.DivClassName
{
background-color: #0BD26E;
}
.BgClassName
{
background-color: #0BD26E;
}
</style>
border-color css
<style>
span { border-color: #0BD26E; }
span { border-color: rgb(11,210,110); }
td.TdClassName
{
border-color: #0BD26E;
}
.TagClassName
{
border-color: #0BD26E;
}
</style>