Shades of Malachite #0ADD34
Tints of Malachite #0ADD34
RGB
CMYK
RGB Variations
Color information
#0ADD34 (or 0x0ADD34) is known color: Malachite. HEX triplet: 0A, DD and 34. RGB value is (10,221,52). Sum of RGB (Red+Green+Blue) = 10+221+52=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADD34 is #F522CB. Grayscale: #8B8B8B. Windows color (decimal): -16065228 or 3464458. OLE color: 3464458.
HSL color Cylindrical-coordinate representation of color #0ADD34: hue angle of 131.94º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADD34 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 52 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.13 |
| HSL | 131.94º | 0.91% | 0.45% | - |
| HSV(B) | 131.94º | 0.95% | 0.87% | - |
| XYZ | 26.6 | 52.03 | 11.89 | - |
| YUV | 138.65 | 79.1 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 52 | 0.95 | 0 | 0.76 | 0.13 | 131.94 | 0.91 | 0.45 |
| Hex | A | DD | 34 | 5F | 0 | 4C | D | 84 | 5B | 2D |
| Octal | 12 | 335 | 64 | 137 | 0 | 114 | 15 | 204 | 133 | 55 |
| Binary | 1010 | 11011101 | 110100 | 1011111 | 0 | 1001100 | 1101 | 10000100 | 1011011 | 101101 |
Color Harmonies of #0ADD34
Complementary color
Monochromatic Colors of #0ADD34
Black with #0ADD34
Text Example
Text Example
White with #0ADD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADD34; }
p { color: rgb(10,221,52); }
H1.HeaderClassName
{
color: #0ADD34;
}
.AnyTagClassName
{
color: #0ADD34;
}
</style>
background-color css
<style>
a { background-color: #0ADD34; }
a { background-color: rgb(10,221,52); }
div.DivClassName
{
background-color: #0ADD34;
}
.BgClassName
{
background-color: #0ADD34;
}
</style>
border-color css
<style>
span { border-color: #0ADD34; }
span { border-color: rgb(10,221,52); }
td.TdClassName
{
border-color: #0ADD34;
}
.TagClassName
{
border-color: #0ADD34;
}
</style>