Shades of Malachite #2AD65F
Tints of Malachite #2AD65F
RGB
CMYK
RGB Variations
Color information
#2AD65F (or 0x2AD65F) is known color: Malachite. HEX triplet: 2A, D6 and 5F. RGB value is (42,214,95). Sum of RGB (Red+Green+Blue) = 42+214+95=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD65F is #D529A0. Grayscale: #959595. Windows color (decimal): -13969825 or 6280746. OLE color: 6280746.
HSL color Cylindrical-coordinate representation of color #2AD65F: hue angle of 138.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD65F is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 95 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.16 |
| HSL | 138.49º | 0.68% | 0.5% | - |
| HSV(B) | 138.49º | 0.8% | 0.84% | - |
| XYZ | 27.07 | 49.41 | 18.94 | - |
| YUV | 149.01 | 97.52 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 95 | 0.80 | 0 | 0.56 | 0.16 | 138.49 | 0.68 | 0.5 |
| Hex | 2A | D6 | 5F | 50 | 0 | 38 | 10 | 8A | 44 | 32 |
| Octal | 52 | 326 | 137 | 120 | 0 | 70 | 20 | 212 | 104 | 62 |
| Binary | 101010 | 11010110 | 1011111 | 1010000 | 0 | 111000 | 10000 | 10001010 | 1000100 | 110010 |
Color Harmonies of #2AD65F
Complementary color
Monochromatic Colors of #2AD65F
Black with #2AD65F
Text Example
Text Example
White with #2AD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD65F; }
p { color: rgb(42,214,95); }
H1.HeaderClassName
{
color: #2AD65F;
}
.AnyTagClassName
{
color: #2AD65F;
}
</style>
background-color css
<style>
a { background-color: #2AD65F; }
a { background-color: rgb(42,214,95); }
div.DivClassName
{
background-color: #2AD65F;
}
.BgClassName
{
background-color: #2AD65F;
}
</style>
border-color css
<style>
span { border-color: #2AD65F; }
span { border-color: rgb(42,214,95); }
td.TdClassName
{
border-color: #2AD65F;
}
.TagClassName
{
border-color: #2AD65F;
}
</style>