Shades of Malachite #0BC966
Tints of Malachite #0BC966
RGB
CMYK
RGB Variations
Color information
#0BC966 (or 0x0BC966) is known color: Malachite. HEX triplet: 0B, C9 and 66. RGB value is (11,201,102). Sum of RGB (Red+Green+Blue) = 11+201+102=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC966 is #F43699. Grayscale: #858585. Windows color (decimal): -16004762 or 6736139. OLE color: 6736139.
HSL color Cylindrical-coordinate representation of color #0BC966: hue angle of 148.74º 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 #0BC966 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 102 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.21 |
| HSL | 148.74º | 0.9% | 0.42% | - |
| HSV(B) | 148.74º | 0.95% | 0.79% | - |
| XYZ | 23.42 | 42.8 | 19.6 | - |
| YUV | 132.9 | 110.55 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 102 | 0.95 | 0 | 0.49 | 0.21 | 148.74 | 0.9 | 0.42 |
| Hex | B | C9 | 66 | 5F | 0 | 31 | 15 | 95 | 5A | 2A |
| Octal | 13 | 311 | 146 | 137 | 0 | 61 | 25 | 225 | 132 | 52 |
| Binary | 1011 | 11001001 | 1100110 | 1011111 | 0 | 110001 | 10101 | 10010101 | 1011010 | 101010 |
Color Harmonies of #0BC966
Complementary color
Monochromatic Colors of #0BC966
Black with #0BC966
Text Example
Text Example
White with #0BC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC966; }
p { color: rgb(11,201,102); }
H1.HeaderClassName
{
color: #0BC966;
}
.AnyTagClassName
{
color: #0BC966;
}
</style>
background-color css
<style>
a { background-color: #0BC966; }
a { background-color: rgb(11,201,102); }
div.DivClassName
{
background-color: #0BC966;
}
.BgClassName
{
background-color: #0BC966;
}
</style>
border-color css
<style>
span { border-color: #0BC966; }
span { border-color: rgb(11,201,102); }
td.TdClassName
{
border-color: #0BC966;
}
.TagClassName
{
border-color: #0BC966;
}
</style>