Shades of Malachite #0BCA6E
Tints of Malachite #0BCA6E
RGB
CMYK
RGB Variations
Color information
#0BCA6E (or 0x0BCA6E) is known color: Malachite. HEX triplet: 0B, CA and 6E. RGB value is (11,202,110). Sum of RGB (Red+Green+Blue) = 11+202+110=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCA6E is #F43591. Grayscale: #868686. Windows color (decimal): -16004498 or 7260683. OLE color: 7260683.
HSL color Cylindrical-coordinate representation of color #0BCA6E: hue angle of 151.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA6E is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 110 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.21 |
| HSL | 151.1º | 0.9% | 0.42% | - |
| HSV(B) | 151.1º | 0.95% | 0.79% | - |
| XYZ | 24.07 | 43.44 | 21.87 | - |
| YUV | 134.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 110 | 0.95 | 0 | 0.46 | 0.21 | 151.1 | 0.9 | 0.42 |
| Hex | B | CA | 6E | 5F | 0 | 2E | 15 | 97 | 5A | 2A |
| Octal | 13 | 312 | 156 | 137 | 0 | 56 | 25 | 227 | 132 | 52 |
| Binary | 1011 | 11001010 | 1101110 | 1011111 | 0 | 101110 | 10101 | 10010111 | 1011010 | 101010 |
Color Harmonies of #0BCA6E
Complementary color
Monochromatic Colors of #0BCA6E
Black with #0BCA6E
Text Example
Text Example
White with #0BCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCA6E; }
p { color: rgb(11,202,110); }
H1.HeaderClassName
{
color: #0BCA6E;
}
.AnyTagClassName
{
color: #0BCA6E;
}
</style>
background-color css
<style>
a { background-color: #0BCA6E; }
a { background-color: rgb(11,202,110); }
div.DivClassName
{
background-color: #0BCA6E;
}
.BgClassName
{
background-color: #0BCA6E;
}
</style>
border-color css
<style>
span { border-color: #0BCA6E; }
span { border-color: rgb(11,202,110); }
td.TdClassName
{
border-color: #0BCA6E;
}
.TagClassName
{
border-color: #0BCA6E;
}
</style>