Shades of Malachite #0BCD6C
Tints of Malachite #0BCD6C
RGB
CMYK
RGB Variations
Color information
#0BCD6C (or 0x0BCD6C) is known color: Malachite. HEX triplet: 0B, CD and 6C. RGB value is (11,205,108). Sum of RGB (Red+Green+Blue) = 11+205+108=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCD6C is #F43293. Grayscale: #888888. Windows color (decimal): -16003732 or 7130379. OLE color: 7130379.
HSL color Cylindrical-coordinate representation of color #0BCD6C: hue angle of 150º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD6C is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 108 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.20 |
| HSL | 150º | 0.9% | 0.42% | - |
| HSV(B) | 150º | 0.95% | 0.8% | - |
| XYZ | 24.68 | 44.82 | 21.54 | - |
| YUV | 135.94 | 112.23 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 108 | 0.95 | 0 | 0.47 | 0.20 | 150 | 0.9 | 0.42 |
| Hex | B | CD | 6C | 5F | 0 | 2F | 14 | 96 | 5A | 2A |
| Octal | 13 | 315 | 154 | 137 | 0 | 57 | 24 | 226 | 132 | 52 |
| Binary | 1011 | 11001101 | 1101100 | 1011111 | 0 | 101111 | 10100 | 10010110 | 1011010 | 101010 |
Color Harmonies of #0BCD6C
Complementary color
Monochromatic Colors of #0BCD6C
Black with #0BCD6C
Text Example
Text Example
White with #0BCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD6C; }
p { color: rgb(11,205,108); }
H1.HeaderClassName
{
color: #0BCD6C;
}
.AnyTagClassName
{
color: #0BCD6C;
}
</style>
background-color css
<style>
a { background-color: #0BCD6C; }
a { background-color: rgb(11,205,108); }
div.DivClassName
{
background-color: #0BCD6C;
}
.BgClassName
{
background-color: #0BCD6C;
}
</style>
border-color css
<style>
span { border-color: #0BCD6C; }
span { border-color: rgb(11,205,108); }
td.TdClassName
{
border-color: #0BCD6C;
}
.TagClassName
{
border-color: #0BCD6C;
}
</style>