Shades of Malachite #0AD74C
Tints of Malachite #0AD74C
RGB
CMYK
RGB Variations
Color information
#0AD74C (or 0x0AD74C) is known color: Malachite. HEX triplet: 0A, D7 and 4C. RGB value is (10,215,76). Sum of RGB (Red+Green+Blue) = 10+215+76=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 215 (84.38% from 255 or 71.43% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD74C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD74C is #F528B3. Grayscale: #8A8A8A. Windows color (decimal): -16066740 or 5035786. OLE color: 5035786.
HSL color Cylindrical-coordinate representation of color #0AD74C: hue angle of 139.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD74C is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 76 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.16 |
| HSL | 139.32º | 0.91% | 0.44% | - |
| HSV(B) | 139.32º | 0.95% | 0.84% | - |
| XYZ | 25.73 | 49.19 | 14.98 | - |
| YUV | 137.86 | 93.08 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 76 | 0.95 | 0 | 0.65 | 0.16 | 139.32 | 0.91 | 0.44 |
| Hex | A | D7 | 4C | 5F | 0 | 41 | 10 | 8B | 5B | 2C |
| Octal | 12 | 327 | 114 | 137 | 0 | 101 | 20 | 213 | 133 | 54 |
| Binary | 1010 | 11010111 | 1001100 | 1011111 | 0 | 1000001 | 10000 | 10001011 | 1011011 | 101100 |
Color Harmonies of #0AD74C
Complementary color
Monochromatic Colors of #0AD74C
Black with #0AD74C
Text Example
Text Example
White with #0AD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD74C; }
p { color: rgb(10,215,76); }
H1.HeaderClassName
{
color: #0AD74C;
}
.AnyTagClassName
{
color: #0AD74C;
}
</style>
background-color css
<style>
a { background-color: #0AD74C; }
a { background-color: rgb(10,215,76); }
div.DivClassName
{
background-color: #0AD74C;
}
.BgClassName
{
background-color: #0AD74C;
}
</style>
border-color css
<style>
span { border-color: #0AD74C; }
span { border-color: rgb(10,215,76); }
td.TdClassName
{
border-color: #0AD74C;
}
.TagClassName
{
border-color: #0AD74C;
}
</style>