Shades of Malachite #0BE269
Tints of Malachite #0BE269
RGB
CMYK
RGB Variations
Color information
#0BE269 (or 0x0BE269) is known color: Malachite. HEX triplet: 0B, E2 and 69. RGB value is (11,226,105). Sum of RGB (Red+Green+Blue) = 11+226+105=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 226 (88.67% from 255 or 66.08% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE269 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE269 is #F41D96. Grayscale: #949494. Windows color (decimal): -15998359 or 6939147. OLE color: 6939147.
HSL color Cylindrical-coordinate representation of color #0BE269: hue angle of 146.23º 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 #0BE269 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 105 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.11 |
| HSL | 146.23º | 0.91% | 0.46% | - |
| HSV(B) | 146.23º | 0.95% | 0.89% | - |
| XYZ | 29.88 | 55.48 | 22.5 | - |
| YUV | 147.92 | 103.77 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 105 | 0.95 | 0 | 0.54 | 0.11 | 146.23 | 0.91 | 0.46 |
| Hex | B | E2 | 69 | 5F | 0 | 36 | B | 92 | 5B | 2E |
| Octal | 13 | 342 | 151 | 137 | 0 | 66 | 13 | 222 | 133 | 56 |
| Binary | 1011 | 11100010 | 1101001 | 1011111 | 0 | 110110 | 1011 | 10010010 | 1011011 | 101110 |
Color Harmonies of #0BE269
Complementary color
Monochromatic Colors of #0BE269
Black with #0BE269
Text Example
Text Example
White with #0BE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE269; }
p { color: rgb(11,226,105); }
H1.HeaderClassName
{
color: #0BE269;
}
.AnyTagClassName
{
color: #0BE269;
}
</style>
background-color css
<style>
a { background-color: #0BE269; }
a { background-color: rgb(11,226,105); }
div.DivClassName
{
background-color: #0BE269;
}
.BgClassName
{
background-color: #0BE269;
}
</style>
border-color css
<style>
span { border-color: #0BE269; }
span { border-color: rgb(11,226,105); }
td.TdClassName
{
border-color: #0BE269;
}
.TagClassName
{
border-color: #0BE269;
}
</style>