Shades of Malachite #0AFB58
Tints of Malachite #0AFB58
RGB
CMYK
RGB Variations
Color information
#0AFB58 (or 0x0AFB58) is known color: Malachite. HEX triplet: 0A, FB and 58. RGB value is (10,251,88). Sum of RGB (Red+Green+Blue) = 10+251+88=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 251 (98.44% from 255 or 71.92% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB58 is #F504A7. Grayscale: #A0A0A0. Windows color (decimal): -16057512 or 5831434. OLE color: 5831434.
HSL color Cylindrical-coordinate representation of color #0AFB58: hue angle of 139.42º 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 #0AFB58 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 88 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.02 |
| HSL | 139.42º | 0.97% | 0.51% | - |
| HSV(B) | 139.42º | 0.96% | 0.98% | - |
| XYZ | 36.38 | 69.76 | 20.78 | - |
| YUV | 160.36 | 87.16 | 20.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 88 | 0.96 | 0 | 0.65 | 0.02 | 139.42 | 0.97 | 0.51 |
| Hex | A | FB | 58 | 60 | 0 | 41 | 2 | 8B | 61 | 33 |
| Octal | 12 | 373 | 130 | 140 | 0 | 101 | 2 | 213 | 141 | 63 |
| Binary | 1010 | 11111011 | 1011000 | 1100000 | 0 | 1000001 | 10 | 10001011 | 1100001 | 110011 |
Color Harmonies of #0AFB58
Complementary color
Monochromatic Colors of #0AFB58
Black with #0AFB58
Text Example
Text Example
White with #0AFB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB58; }
p { color: rgb(10,251,88); }
H1.HeaderClassName
{
color: #0AFB58;
}
.AnyTagClassName
{
color: #0AFB58;
}
</style>
background-color css
<style>
a { background-color: #0AFB58; }
a { background-color: rgb(10,251,88); }
div.DivClassName
{
background-color: #0AFB58;
}
.BgClassName
{
background-color: #0AFB58;
}
</style>
border-color css
<style>
span { border-color: #0AFB58; }
span { border-color: rgb(10,251,88); }
td.TdClassName
{
border-color: #0AFB58;
}
.TagClassName
{
border-color: #0AFB58;
}
</style>