Shades of Malachite #0AD93D
Tints of Malachite #0AD93D
RGB
CMYK
RGB Variations
Color information
#0AD93D (or 0x0AD93D) is known color: Malachite. HEX triplet: 0A, D9 and 3D. RGB value is (10,217,61). Sum of RGB (Red+Green+Blue) = 10+217+61=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD93D is #F526C2. Grayscale: #898989. Windows color (decimal): -16066243 or 4053258. OLE color: 4053258.
HSL color Cylindrical-coordinate representation of color #0AD93D: hue angle of 134.78º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD93D is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 61 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.15 |
| HSL | 134.78º | 0.91% | 0.45% | - |
| HSV(B) | 134.78º | 0.95% | 0.85% | - |
| XYZ | 25.78 | 50.03 | 12.71 | - |
| YUV | 137.32 | 84.92 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 61 | 0.95 | 0 | 0.72 | 0.15 | 134.78 | 0.91 | 0.45 |
| Hex | A | D9 | 3D | 5F | 0 | 48 | F | 87 | 5B | 2D |
| Octal | 12 | 331 | 75 | 137 | 0 | 110 | 17 | 207 | 133 | 55 |
| Binary | 1010 | 11011001 | 111101 | 1011111 | 0 | 1001000 | 1111 | 10000111 | 1011011 | 101101 |
Color Harmonies of #0AD93D
Complementary color
Monochromatic Colors of #0AD93D
Black with #0AD93D
Text Example
Text Example
White with #0AD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD93D; }
p { color: rgb(10,217,61); }
H1.HeaderClassName
{
color: #0AD93D;
}
.AnyTagClassName
{
color: #0AD93D;
}
</style>
background-color css
<style>
a { background-color: #0AD93D; }
a { background-color: rgb(10,217,61); }
div.DivClassName
{
background-color: #0AD93D;
}
.BgClassName
{
background-color: #0AD93D;
}
</style>
border-color css
<style>
span { border-color: #0AD93D; }
span { border-color: rgb(10,217,61); }
td.TdClassName
{
border-color: #0AD93D;
}
.TagClassName
{
border-color: #0AD93D;
}
</style>