Shades of Malachite #0BD44A
Tints of Malachite #0BD44A
RGB
CMYK
RGB Variations
Color information
#0BD44A (or 0x0BD44A) is known color: Malachite. HEX triplet: 0B, D4 and 4A. RGB value is (11,212,74). Sum of RGB (Red+Green+Blue) = 11+212+74=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 212 (83.20% from 255 or 71.38% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD44A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD44A is #F42BB5. Grayscale: #888888. Windows color (decimal): -16001974 or 4903947. OLE color: 4903947.
HSL color Cylindrical-coordinate representation of color #0BD44A: hue angle of 138.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD44A is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 74 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.17 |
| HSL | 138.81º | 0.9% | 0.44% | - |
| HSV(B) | 138.81º | 0.95% | 0.83% | - |
| XYZ | 24.92 | 47.65 | 14.36 | - |
| YUV | 136.17 | 92.91 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 74 | 0.95 | 0 | 0.65 | 0.17 | 138.81 | 0.9 | 0.44 |
| Hex | B | D4 | 4A | 5F | 0 | 41 | 11 | 8B | 5A | 2C |
| Octal | 13 | 324 | 112 | 137 | 0 | 101 | 21 | 213 | 132 | 54 |
| Binary | 1011 | 11010100 | 1001010 | 1011111 | 0 | 1000001 | 10001 | 10001011 | 1011010 | 101100 |
Color Harmonies of #0BD44A
Complementary color
Monochromatic Colors of #0BD44A
Black with #0BD44A
Text Example
Text Example
White with #0BD44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD44A; }
p { color: rgb(11,212,74); }
H1.HeaderClassName
{
color: #0BD44A;
}
.AnyTagClassName
{
color: #0BD44A;
}
</style>
background-color css
<style>
a { background-color: #0BD44A; }
a { background-color: rgb(11,212,74); }
div.DivClassName
{
background-color: #0BD44A;
}
.BgClassName
{
background-color: #0BD44A;
}
</style>
border-color css
<style>
span { border-color: #0BD44A; }
span { border-color: rgb(11,212,74); }
td.TdClassName
{
border-color: #0BD44A;
}
.TagClassName
{
border-color: #0BD44A;
}
</style>