Shades of Malachite #0AFB59
Tints of Malachite #0AFB59
RGB
CMYK
RGB Variations
Color information
#0AFB59 (or 0x0AFB59) is known color: Malachite. HEX triplet: 0A, FB and 59. RGB value is (10,251,89). Sum of RGB (Red+Green+Blue) = 10+251+89=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB59 is #F504A6. Grayscale: #A0A0A0. Windows color (decimal): -16057511 or 5896970. OLE color: 5896970.
HSL color Cylindrical-coordinate representation of color #0AFB59: hue angle of 139.67º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFB59 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 89 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.02 |
| HSL | 139.67º | 0.97% | 0.51% | - |
| HSV(B) | 139.67º | 0.96% | 0.98% | - |
| XYZ | 36.43 | 69.78 | 21 | - |
| YUV | 160.47 | 87.66 | 20.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 89 | 0.96 | 0 | 0.65 | 0.02 | 139.67 | 0.97 | 0.51 |
| Hex | A | FB | 59 | 60 | 0 | 41 | 2 | 8C | 61 | 33 |
| Octal | 12 | 373 | 131 | 140 | 0 | 101 | 2 | 214 | 141 | 63 |
| Binary | 1010 | 11111011 | 1011001 | 1100000 | 0 | 1000001 | 10 | 10001100 | 1100001 | 110011 |
Color Harmonies of #0AFB59
Complementary color
Monochromatic Colors of #0AFB59
Black with #0AFB59
Text Example
Text Example
White with #0AFB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB59; }
p { color: rgb(10,251,89); }
H1.HeaderClassName
{
color: #0AFB59;
}
.AnyTagClassName
{
color: #0AFB59;
}
</style>
background-color css
<style>
a { background-color: #0AFB59; }
a { background-color: rgb(10,251,89); }
div.DivClassName
{
background-color: #0AFB59;
}
.BgClassName
{
background-color: #0AFB59;
}
</style>
border-color css
<style>
span { border-color: #0AFB59; }
span { border-color: rgb(10,251,89); }
td.TdClassName
{
border-color: #0AFB59;
}
.TagClassName
{
border-color: #0AFB59;
}
</style>