Shades of Malachite #0ADA4C
Tints of Malachite #0ADA4C
RGB
CMYK
RGB Variations
Color information
#0ADA4C (or 0x0ADA4C) is known color: Malachite. HEX triplet: 0A, DA and 4C. RGB value is (10,218,76). Sum of RGB (Red+Green+Blue) = 10+218+76=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADA4C is #F525B3. Grayscale: #8B8B8B. Windows color (decimal): -16065972 or 5036554. OLE color: 5036554.
HSL color Cylindrical-coordinate representation of color #0ADA4C: hue angle of 139.04º 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 #0ADA4C is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 76 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.15 |
| HSL | 139.04º | 0.91% | 0.45% | - |
| HSV(B) | 139.04º | 0.95% | 0.85% | - |
| XYZ | 26.5 | 50.73 | 15.23 | - |
| YUV | 139.62 | 92.09 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 76 | 0.95 | 0 | 0.65 | 0.15 | 139.04 | 0.91 | 0.45 |
| Hex | A | DA | 4C | 5F | 0 | 41 | F | 8B | 5B | 2D |
| Octal | 12 | 332 | 114 | 137 | 0 | 101 | 17 | 213 | 133 | 55 |
| Binary | 1010 | 11011010 | 1001100 | 1011111 | 0 | 1000001 | 1111 | 10001011 | 1011011 | 101101 |
Color Harmonies of #0ADA4C
Complementary color
Monochromatic Colors of #0ADA4C
Black with #0ADA4C
Text Example
Text Example
White with #0ADA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA4C; }
p { color: rgb(10,218,76); }
H1.HeaderClassName
{
color: #0ADA4C;
}
.AnyTagClassName
{
color: #0ADA4C;
}
</style>
background-color css
<style>
a { background-color: #0ADA4C; }
a { background-color: rgb(10,218,76); }
div.DivClassName
{
background-color: #0ADA4C;
}
.BgClassName
{
background-color: #0ADA4C;
}
</style>
border-color css
<style>
span { border-color: #0ADA4C; }
span { border-color: rgb(10,218,76); }
td.TdClassName
{
border-color: #0ADA4C;
}
.TagClassName
{
border-color: #0ADA4C;
}
</style>