Shades of Malachite #0AF14D
Tints of Malachite #0AF14D
RGB
CMYK
RGB Variations
Color information
#0AF14D (or 0x0AF14D) is known color: Malachite. HEX triplet: 0A, F1 and 4D. RGB value is (10,241,77). Sum of RGB (Red+Green+Blue) = 10+241+77=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF14D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF14D is #F50EB2. Grayscale: #999999. Windows color (decimal): -16060083 or 5107978. OLE color: 5107978.
HSL color Cylindrical-coordinate representation of color #0AF14D: hue angle of 137.4º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF14D is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 77 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.05 |
| HSL | 137.4º | 0.92% | 0.49% | - |
| HSV(B) | 137.4º | 0.96% | 0.95% | - |
| XYZ | 32.92 | 63.51 | 17.54 | - |
| YUV | 153.24 | 84.97 | 25.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 77 | 0.96 | 0 | 0.68 | 0.05 | 137.4 | 0.92 | 0.49 |
| Hex | A | F1 | 4D | 60 | 0 | 44 | 5 | 89 | 5C | 31 |
| Octal | 12 | 361 | 115 | 140 | 0 | 104 | 5 | 211 | 134 | 61 |
| Binary | 1010 | 11110001 | 1001101 | 1100000 | 0 | 1000100 | 101 | 10001001 | 1011100 | 110001 |
Color Harmonies of #0AF14D
Complementary color
Monochromatic Colors of #0AF14D
Black with #0AF14D
Text Example
Text Example
White with #0AF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF14D; }
p { color: rgb(10,241,77); }
H1.HeaderClassName
{
color: #0AF14D;
}
.AnyTagClassName
{
color: #0AF14D;
}
</style>
background-color css
<style>
a { background-color: #0AF14D; }
a { background-color: rgb(10,241,77); }
div.DivClassName
{
background-color: #0AF14D;
}
.BgClassName
{
background-color: #0AF14D;
}
</style>
border-color css
<style>
span { border-color: #0AF14D; }
span { border-color: rgb(10,241,77); }
td.TdClassName
{
border-color: #0AF14D;
}
.TagClassName
{
border-color: #0AF14D;
}
</style>