Shades of Malachite #0AFA5D
Tints of Malachite #0AFA5D
RGB
CMYK
RGB Variations
Color information
#0AFA5D (or 0x0AFA5D) is known color: Malachite. HEX triplet: 0A, FA and 5D. RGB value is (10,250,93). Sum of RGB (Red+Green+Blue) = 10+250+93=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA5D is #F505A2. Grayscale: #A0A0A0. Windows color (decimal): -16057763 or 6158858. OLE color: 6158858.
HSL color Cylindrical-coordinate representation of color #0AFA5D: hue angle of 140.75º degrees, saturation: 0.96, 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 #0AFA5D is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 93 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.02 |
| HSL | 140.75º | 0.96% | 0.51% | - |
| HSV(B) | 140.75º | 0.96% | 0.98% | - |
| XYZ | 36.29 | 69.23 | 21.81 | - |
| YUV | 160.34 | 89.99 | 20.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 93 | 0.96 | 0 | 0.63 | 0.02 | 140.75 | 0.96 | 0.51 |
| Hex | A | FA | 5D | 60 | 0 | 3F | 2 | 8D | 60 | 33 |
| Octal | 12 | 372 | 135 | 140 | 0 | 77 | 2 | 215 | 140 | 63 |
| Binary | 1010 | 11111010 | 1011101 | 1100000 | 0 | 111111 | 10 | 10001101 | 1100000 | 110011 |
Color Harmonies of #0AFA5D
Complementary color
Monochromatic Colors of #0AFA5D
Black with #0AFA5D
Text Example
Text Example
White with #0AFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFA5D; }
p { color: rgb(10,250,93); }
H1.HeaderClassName
{
color: #0AFA5D;
}
.AnyTagClassName
{
color: #0AFA5D;
}
</style>
background-color css
<style>
a { background-color: #0AFA5D; }
a { background-color: rgb(10,250,93); }
div.DivClassName
{
background-color: #0AFA5D;
}
.BgClassName
{
background-color: #0AFA5D;
}
</style>
border-color css
<style>
span { border-color: #0AFA5D; }
span { border-color: rgb(10,250,93); }
td.TdClassName
{
border-color: #0AFA5D;
}
.TagClassName
{
border-color: #0AFA5D;
}
</style>