Shades of Malachite #0ADC36
Tints of Malachite #0ADC36
RGB
CMYK
RGB Variations
Color information
#0ADC36 (or 0x0ADC36) is known color: Malachite. HEX triplet: 0A, DC and 36. RGB value is (10,220,54). Sum of RGB (Red+Green+Blue) = 10+220+54=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC36 is #F523C9. Grayscale: #8A8A8A. Windows color (decimal): -16065482 or 3595274. OLE color: 3595274.
HSL color Cylindrical-coordinate representation of color #0ADC36: hue angle of 132.57º 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 #0ADC36 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 54 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.14 |
| HSL | 132.57º | 0.91% | 0.45% | - |
| HSV(B) | 132.57º | 0.95% | 0.86% | - |
| XYZ | 26.38 | 51.52 | 12.04 | - |
| YUV | 138.29 | 80.43 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 54 | 0.95 | 0 | 0.75 | 0.14 | 132.57 | 0.91 | 0.45 |
| Hex | A | DC | 36 | 5F | 0 | 4B | E | 85 | 5B | 2D |
| Octal | 12 | 334 | 66 | 137 | 0 | 113 | 16 | 205 | 133 | 55 |
| Binary | 1010 | 11011100 | 110110 | 1011111 | 0 | 1001011 | 1110 | 10000101 | 1011011 | 101101 |
Color Harmonies of #0ADC36
Complementary color
Monochromatic Colors of #0ADC36
Black with #0ADC36
Text Example
Text Example
White with #0ADC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC36; }
p { color: rgb(10,220,54); }
H1.HeaderClassName
{
color: #0ADC36;
}
.AnyTagClassName
{
color: #0ADC36;
}
</style>
background-color css
<style>
a { background-color: #0ADC36; }
a { background-color: rgb(10,220,54); }
div.DivClassName
{
background-color: #0ADC36;
}
.BgClassName
{
background-color: #0ADC36;
}
</style>
border-color css
<style>
span { border-color: #0ADC36; }
span { border-color: rgb(10,220,54); }
td.TdClassName
{
border-color: #0ADC36;
}
.TagClassName
{
border-color: #0ADC36;
}
</style>