Shades of Malachite #0AC65D
Tints of Malachite #0AC65D
RGB
CMYK
RGB Variations
Color information
#0AC65D (or 0x0AC65D) is known color: Malachite. HEX triplet: 0A, C6 and 5D. RGB value is (10,198,93). Sum of RGB (Red+Green+Blue) = 10+198+93=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 198 (77.73% from 255 or 65.78% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC65D is #F539A2. Grayscale: #828282. Windows color (decimal): -16071075 or 6145546. OLE color: 6145546.
HSL color Cylindrical-coordinate representation of color #0AC65D: hue angle of 146.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC65D is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 93 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.22 |
| HSL | 146.49º | 0.9% | 0.41% | - |
| HSV(B) | 146.49º | 0.95% | 0.78% | - |
| XYZ | 22.3 | 41.24 | 17.14 | - |
| YUV | 129.82 | 107.22 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 93 | 0.95 | 0 | 0.53 | 0.22 | 146.49 | 0.9 | 0.41 |
| Hex | A | C6 | 5D | 5F | 0 | 35 | 16 | 92 | 5A | 29 |
| Octal | 12 | 306 | 135 | 137 | 0 | 65 | 26 | 222 | 132 | 51 |
| Binary | 1010 | 11000110 | 1011101 | 1011111 | 0 | 110101 | 10110 | 10010010 | 1011010 | 101001 |
Color Harmonies of #0AC65D
Complementary color
Monochromatic Colors of #0AC65D
Black with #0AC65D
Text Example
Text Example
White with #0AC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC65D; }
p { color: rgb(10,198,93); }
H1.HeaderClassName
{
color: #0AC65D;
}
.AnyTagClassName
{
color: #0AC65D;
}
</style>
background-color css
<style>
a { background-color: #0AC65D; }
a { background-color: rgb(10,198,93); }
div.DivClassName
{
background-color: #0AC65D;
}
.BgClassName
{
background-color: #0AC65D;
}
</style>
border-color css
<style>
span { border-color: #0AC65D; }
span { border-color: rgb(10,198,93); }
td.TdClassName
{
border-color: #0AC65D;
}
.TagClassName
{
border-color: #0AC65D;
}
</style>