Shades of Malachite #0AD461
Tints of Malachite #0AD461
RGB
CMYK
RGB Variations
Color information
#0AD461 (or 0x0AD461) is known color: Malachite. HEX triplet: 0A, D4 and 61. RGB value is (10,212,97). Sum of RGB (Red+Green+Blue) = 10+212+97=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 212 (83.20% from 255 or 66.46% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD461 is #F52B9E. Grayscale: #8A8A8A. Windows color (decimal): -16067487 or 6411274. OLE color: 6411274.
HSL color Cylindrical-coordinate representation of color #0AD461: hue angle of 145.84º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD461 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 97 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.17 |
| HSL | 145.84º | 0.91% | 0.44% | - |
| HSV(B) | 145.84º | 0.95% | 0.83% | - |
| XYZ | 25.83 | 48.01 | 19.22 | - |
| YUV | 138.49 | 104.58 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 97 | 0.95 | 0 | 0.54 | 0.17 | 145.84 | 0.91 | 0.44 |
| Hex | A | D4 | 61 | 5F | 0 | 36 | 11 | 92 | 5B | 2C |
| Octal | 12 | 324 | 141 | 137 | 0 | 66 | 21 | 222 | 133 | 54 |
| Binary | 1010 | 11010100 | 1100001 | 1011111 | 0 | 110110 | 10001 | 10010010 | 1011011 | 101100 |
Color Harmonies of #0AD461
Complementary color
Monochromatic Colors of #0AD461
Black with #0AD461
Text Example
Text Example
White with #0AD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD461; }
p { color: rgb(10,212,97); }
H1.HeaderClassName
{
color: #0AD461;
}
.AnyTagClassName
{
color: #0AD461;
}
</style>
background-color css
<style>
a { background-color: #0AD461; }
a { background-color: rgb(10,212,97); }
div.DivClassName
{
background-color: #0AD461;
}
.BgClassName
{
background-color: #0AD461;
}
</style>
border-color css
<style>
span { border-color: #0AD461; }
span { border-color: rgb(10,212,97); }
td.TdClassName
{
border-color: #0AD461;
}
.TagClassName
{
border-color: #0AD461;
}
</style>