Shades of Malachite #0AD14F
Tints of Malachite #0AD14F
RGB
CMYK
RGB Variations
Color information
#0AD14F (or 0x0AD14F) is known color: Malachite. HEX triplet: 0A, D1 and 4F. RGB value is (10,209,79). Sum of RGB (Red+Green+Blue) = 10+209+79=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 209 (82.03% from 255 or 70.13% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD14F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD14F is #F52EB0. Grayscale: #878787. Windows color (decimal): -16068273 or 5230858. OLE color: 5230858.
HSL color Cylindrical-coordinate representation of color #0AD14F: hue angle of 140.8º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD14F is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 79 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.18 |
| HSL | 140.8º | 0.91% | 0.43% | - |
| HSV(B) | 140.8º | 0.95% | 0.82% | - |
| XYZ | 24.34 | 46.23 | 15.04 | - |
| YUV | 134.68 | 96.57 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 79 | 0.95 | 0 | 0.62 | 0.18 | 140.8 | 0.91 | 0.43 |
| Hex | A | D1 | 4F | 5F | 0 | 3E | 12 | 8D | 5B | 2B |
| Octal | 12 | 321 | 117 | 137 | 0 | 76 | 22 | 215 | 133 | 53 |
| Binary | 1010 | 11010001 | 1001111 | 1011111 | 0 | 111110 | 10010 | 10001101 | 1011011 | 101011 |
Color Harmonies of #0AD14F
Complementary color
Monochromatic Colors of #0AD14F
Black with #0AD14F
Text Example
Text Example
White with #0AD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD14F; }
p { color: rgb(10,209,79); }
H1.HeaderClassName
{
color: #0AD14F;
}
.AnyTagClassName
{
color: #0AD14F;
}
</style>
background-color css
<style>
a { background-color: #0AD14F; }
a { background-color: rgb(10,209,79); }
div.DivClassName
{
background-color: #0AD14F;
}
.BgClassName
{
background-color: #0AD14F;
}
</style>
border-color css
<style>
span { border-color: #0AD14F; }
span { border-color: rgb(10,209,79); }
td.TdClassName
{
border-color: #0AD14F;
}
.TagClassName
{
border-color: #0AD14F;
}
</style>