Shades of Malachite #0AD94C
Tints of Malachite #0AD94C
RGB
CMYK
RGB Variations
Color information
#0AD94C (or 0x0AD94C) is known color: Malachite. HEX triplet: 0A, D9 and 4C. RGB value is (10,217,76). Sum of RGB (Red+Green+Blue) = 10+217+76=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 217 (85.16% from 255 or 71.62% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD94C is #F526B3. Grayscale: #8B8B8B. Windows color (decimal): -16066228 or 5036298. OLE color: 5036298.
HSL color Cylindrical-coordinate representation of color #0AD94C: hue angle of 139.13º 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 #0AD94C is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 76 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.15 |
| HSL | 139.13º | 0.91% | 0.45% | - |
| HSV(B) | 139.13º | 0.95% | 0.85% | - |
| XYZ | 26.24 | 50.21 | 15.15 | - |
| YUV | 139.03 | 92.42 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 76 | 0.95 | 0 | 0.65 | 0.15 | 139.13 | 0.91 | 0.45 |
| Hex | A | D9 | 4C | 5F | 0 | 41 | F | 8B | 5B | 2D |
| Octal | 12 | 331 | 114 | 137 | 0 | 101 | 17 | 213 | 133 | 55 |
| Binary | 1010 | 11011001 | 1001100 | 1011111 | 0 | 1000001 | 1111 | 10001011 | 1011011 | 101101 |
Color Harmonies of #0AD94C
Complementary color
Monochromatic Colors of #0AD94C
Black with #0AD94C
Text Example
Text Example
White with #0AD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD94C; }
p { color: rgb(10,217,76); }
H1.HeaderClassName
{
color: #0AD94C;
}
.AnyTagClassName
{
color: #0AD94C;
}
</style>
background-color css
<style>
a { background-color: #0AD94C; }
a { background-color: rgb(10,217,76); }
div.DivClassName
{
background-color: #0AD94C;
}
.BgClassName
{
background-color: #0AD94C;
}
</style>
border-color css
<style>
span { border-color: #0AD94C; }
span { border-color: rgb(10,217,76); }
td.TdClassName
{
border-color: #0AD94C;
}
.TagClassName
{
border-color: #0AD94C;
}
</style>