Shades of Malachite #0ADC40
Tints of Malachite #0ADC40
RGB
CMYK
RGB Variations
Color information
#0ADC40 (or 0x0ADC40) is known color: Malachite. HEX triplet: 0A, DC and 40. RGB value is (10,220,64). Sum of RGB (Red+Green+Blue) = 10+220+64=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 220 (86.33% from 255 or 74.83% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC40 is #F523BF. Grayscale: #8B8B8B. Windows color (decimal): -16065472 or 4250634. OLE color: 4250634.
HSL color Cylindrical-coordinate representation of color #0ADC40: hue angle of 135.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADC40 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 64 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.14 |
| HSL | 135.43º | 0.91% | 0.45% | - |
| HSV(B) | 135.43º | 0.95% | 0.86% | - |
| XYZ | 26.64 | 51.62 | 13.41 | - |
| YUV | 139.43 | 85.43 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 64 | 0.95 | 0 | 0.71 | 0.14 | 135.43 | 0.91 | 0.45 |
| Hex | A | DC | 40 | 5F | 0 | 47 | E | 87 | 5B | 2D |
| Octal | 12 | 334 | 100 | 137 | 0 | 107 | 16 | 207 | 133 | 55 |
| Binary | 1010 | 11011100 | 1000000 | 1011111 | 0 | 1000111 | 1110 | 10000111 | 1011011 | 101101 |
Color Harmonies of #0ADC40
Complementary color
Monochromatic Colors of #0ADC40
Black with #0ADC40
Text Example
Text Example
White with #0ADC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC40; }
p { color: rgb(10,220,64); }
H1.HeaderClassName
{
color: #0ADC40;
}
.AnyTagClassName
{
color: #0ADC40;
}
</style>
background-color css
<style>
a { background-color: #0ADC40; }
a { background-color: rgb(10,220,64); }
div.DivClassName
{
background-color: #0ADC40;
}
.BgClassName
{
background-color: #0ADC40;
}
</style>
border-color css
<style>
span { border-color: #0ADC40; }
span { border-color: rgb(10,220,64); }
td.TdClassName
{
border-color: #0ADC40;
}
.TagClassName
{
border-color: #0ADC40;
}
</style>