Shades of Malachite #0BCB4A
Tints of Malachite #0BCB4A
RGB
CMYK
RGB Variations
Color information
#0BCB4A (or 0x0BCB4A) is known color: Malachite. HEX triplet: 0B, CB and 4A. RGB value is (11,203,74). Sum of RGB (Red+Green+Blue) = 11+203+74=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCB4A is #F434B5. Grayscale: #838383. Windows color (decimal): -16004278 or 4901643. OLE color: 4901643.
HSL color Cylindrical-coordinate representation of color #0BCB4A: hue angle of 139.69º 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 #0BCB4A is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 74 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.20 |
| HSL | 139.69º | 0.9% | 0.42% | - |
| HSV(B) | 139.69º | 0.95% | 0.8% | - |
| XYZ | 22.73 | 43.28 | 13.63 | - |
| YUV | 130.89 | 95.89 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 74 | 0.95 | 0 | 0.64 | 0.20 | 139.69 | 0.9 | 0.42 |
| Hex | B | CB | 4A | 5F | 0 | 40 | 14 | 8C | 5A | 2A |
| Octal | 13 | 313 | 112 | 137 | 0 | 100 | 24 | 214 | 132 | 52 |
| Binary | 1011 | 11001011 | 1001010 | 1011111 | 0 | 1000000 | 10100 | 10001100 | 1011010 | 101010 |
Color Harmonies of #0BCB4A
Complementary color
Monochromatic Colors of #0BCB4A
Black with #0BCB4A
Text Example
Text Example
White with #0BCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB4A; }
p { color: rgb(11,203,74); }
H1.HeaderClassName
{
color: #0BCB4A;
}
.AnyTagClassName
{
color: #0BCB4A;
}
</style>
background-color css
<style>
a { background-color: #0BCB4A; }
a { background-color: rgb(11,203,74); }
div.DivClassName
{
background-color: #0BCB4A;
}
.BgClassName
{
background-color: #0BCB4A;
}
</style>
border-color css
<style>
span { border-color: #0BCB4A; }
span { border-color: rgb(11,203,74); }
td.TdClassName
{
border-color: #0BCB4A;
}
.TagClassName
{
border-color: #0BCB4A;
}
</style>