Shades of Malachite #0BE24A
Tints of Malachite #0BE24A
RGB
CMYK
RGB Variations
Color information
#0BE24A (or 0x0BE24A) is known color: Malachite. HEX triplet: 0B, E2 and 4A. RGB value is (11,226,74). Sum of RGB (Red+Green+Blue) = 11+226+74=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 226 (88.67% from 255 or 72.67% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE24A is #F41DB5. Grayscale: #909090. Windows color (decimal): -15998390 or 4907531. OLE color: 4907531.
HSL color Cylindrical-coordinate representation of color #0BE24A: hue angle of 137.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE24A is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 74 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.11 |
| HSL | 137.58º | 0.91% | 0.46% | - |
| HSV(B) | 137.58º | 0.95% | 0.89% | - |
| XYZ | 28.57 | 54.96 | 15.58 | - |
| YUV | 144.39 | 88.27 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 74 | 0.95 | 0 | 0.67 | 0.11 | 137.58 | 0.91 | 0.46 |
| Hex | B | E2 | 4A | 5F | 0 | 43 | B | 8A | 5B | 2E |
| Octal | 13 | 342 | 112 | 137 | 0 | 103 | 13 | 212 | 133 | 56 |
| Binary | 1011 | 11100010 | 1001010 | 1011111 | 0 | 1000011 | 1011 | 10001010 | 1011011 | 101110 |
Color Harmonies of #0BE24A
Complementary color
Monochromatic Colors of #0BE24A
Black with #0BE24A
Text Example
Text Example
White with #0BE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE24A; }
p { color: rgb(11,226,74); }
H1.HeaderClassName
{
color: #0BE24A;
}
.AnyTagClassName
{
color: #0BE24A;
}
</style>
background-color css
<style>
a { background-color: #0BE24A; }
a { background-color: rgb(11,226,74); }
div.DivClassName
{
background-color: #0BE24A;
}
.BgClassName
{
background-color: #0BE24A;
}
</style>
border-color css
<style>
span { border-color: #0BE24A; }
span { border-color: rgb(11,226,74); }
td.TdClassName
{
border-color: #0BE24A;
}
.TagClassName
{
border-color: #0BE24A;
}
</style>