Shades of Malachite #0AFB5F
Tints of Malachite #0AFB5F
RGB
CMYK
RGB Variations
Color information
#0AFB5F (or 0x0AFB5F) is known color: Malachite. HEX triplet: 0A, FB and 5F. RGB value is (10,251,95). Sum of RGB (Red+Green+Blue) = 10+251+95=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 251 (98.44% from 255 or 70.51% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFB5F is #F504A0. Grayscale: #A1A1A1. Windows color (decimal): -16057505 or 6290186. OLE color: 6290186.
HSL color Cylindrical-coordinate representation of color #0AFB5F: hue angle of 141.16º 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 #0AFB5F is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 95 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.02 |
| HSL | 141.16º | 0.97% | 0.51% | - |
| HSV(B) | 141.16º | 0.96% | 0.98% | - |
| XYZ | 36.69 | 69.89 | 22.38 | - |
| YUV | 161.16 | 90.66 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 95 | 0.96 | 0 | 0.62 | 0.02 | 141.16 | 0.97 | 0.51 |
| Hex | A | FB | 5F | 60 | 0 | 3E | 2 | 8D | 61 | 33 |
| Octal | 12 | 373 | 137 | 140 | 0 | 76 | 2 | 215 | 141 | 63 |
| Binary | 1010 | 11111011 | 1011111 | 1100000 | 0 | 111110 | 10 | 10001101 | 1100001 | 110011 |
Color Harmonies of #0AFB5F
Complementary color
Monochromatic Colors of #0AFB5F
Black with #0AFB5F
Text Example
Text Example
White with #0AFB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFB5F; }
p { color: rgb(10,251,95); }
H1.HeaderClassName
{
color: #0AFB5F;
}
.AnyTagClassName
{
color: #0AFB5F;
}
</style>
background-color css
<style>
a { background-color: #0AFB5F; }
a { background-color: rgb(10,251,95); }
div.DivClassName
{
background-color: #0AFB5F;
}
.BgClassName
{
background-color: #0AFB5F;
}
</style>
border-color css
<style>
span { border-color: #0AFB5F; }
span { border-color: rgb(10,251,95); }
td.TdClassName
{
border-color: #0AFB5F;
}
.TagClassName
{
border-color: #0AFB5F;
}
</style>