Shades of Malachite #2AD254
Tints of Malachite #2AD254
RGB
CMYK
RGB Variations
Color information
#2AD254 (or 0x2AD254) is known color: Malachite. HEX triplet: 2A, D2 and 54. RGB value is (42,210,84). Sum of RGB (Red+Green+Blue) = 42+210+84=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD254 is #D52DAB. Grayscale: #919191. Windows color (decimal): -13970860 or 5558826. OLE color: 5558826.
HSL color Cylindrical-coordinate representation of color #2AD254: hue angle of 135º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD254 is Cyan = 0.8, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 84 | - |
| CMYK | 0.8 | 0 | 0.6 | 0.18 |
| HSL | 135º | 0.67% | 0.49% | - |
| HSV(B) | 135º | 0.8% | 0.82% | - |
| XYZ | 25.6 | 47.23 | 16.15 | - |
| YUV | 145.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 84 | 0.8 | 0 | 0.6 | 0.18 | 135 | 0.67 | 0.49 |
| Hex | 2A | D2 | 54 | 50 | 0 | 3C | 12 | 87 | 43 | 31 |
| Octal | 52 | 322 | 124 | 120 | 0 | 74 | 22 | 207 | 103 | 61 |
| Binary | 101010 | 11010010 | 1010100 | 1010000 | 0 | 111100 | 10010 | 10000111 | 1000011 | 110001 |
Color Harmonies of #2AD254
Complementary color
Monochromatic Colors of #2AD254
Black with #2AD254
Text Example
Text Example
White with #2AD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD254; }
p { color: rgb(42,210,84); }
H1.HeaderClassName
{
color: #2AD254;
}
.AnyTagClassName
{
color: #2AD254;
}
</style>
background-color css
<style>
a { background-color: #2AD254; }
a { background-color: rgb(42,210,84); }
div.DivClassName
{
background-color: #2AD254;
}
.BgClassName
{
background-color: #2AD254;
}
</style>
border-color css
<style>
span { border-color: #2AD254; }
span { border-color: rgb(42,210,84); }
td.TdClassName
{
border-color: #2AD254;
}
.TagClassName
{
border-color: #2AD254;
}
</style>