Shades of Malachite #0AF05D
Tints of Malachite #0AF05D
RGB
CMYK
RGB Variations
Color information
#0AF05D (or 0x0AF05D) is known color: Malachite. HEX triplet: 0A, F0 and 5D. RGB value is (10,240,93). Sum of RGB (Red+Green+Blue) = 10+240+93=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 240 (94.14% from 255 or 69.97% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF05D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF05D is #F50FA2. Grayscale: #9A9A9A. Windows color (decimal): -16060323 or 6156298. OLE color: 6156298.
HSL color Cylindrical-coordinate representation of color #0AF05D: hue angle of 141.65º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF05D is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 93 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.06 |
| HSL | 141.65º | 0.92% | 0.49% | - |
| HSV(B) | 141.65º | 0.96% | 0.94% | - |
| XYZ | 33.26 | 63.18 | 20.8 | - |
| YUV | 154.47 | 93.3 | 24.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 93 | 0.96 | 0 | 0.61 | 0.06 | 141.65 | 0.92 | 0.49 |
| Hex | A | F0 | 5D | 60 | 0 | 3D | 6 | 8E | 5C | 31 |
| Octal | 12 | 360 | 135 | 140 | 0 | 75 | 6 | 216 | 134 | 61 |
| Binary | 1010 | 11110000 | 1011101 | 1100000 | 0 | 111101 | 110 | 10001110 | 1011100 | 110001 |
Color Harmonies of #0AF05D
Complementary color
Monochromatic Colors of #0AF05D
Black with #0AF05D
Text Example
Text Example
White with #0AF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF05D; }
p { color: rgb(10,240,93); }
H1.HeaderClassName
{
color: #0AF05D;
}
.AnyTagClassName
{
color: #0AF05D;
}
</style>
background-color css
<style>
a { background-color: #0AF05D; }
a { background-color: rgb(10,240,93); }
div.DivClassName
{
background-color: #0AF05D;
}
.BgClassName
{
background-color: #0AF05D;
}
</style>
border-color css
<style>
span { border-color: #0AF05D; }
span { border-color: rgb(10,240,93); }
td.TdClassName
{
border-color: #0AF05D;
}
.TagClassName
{
border-color: #0AF05D;
}
</style>