Html Css Color HEX #2ADA5D Malachite

📋 copy color: '#2ADA5D'

red 42 ◦ green 218 ◦ blue 93

#2ADA5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2ADA5D

Tints of Malachite #2ADA5D

RGB

 RED value IS 42 (16.8% from 255) = 11.9%

 GREEN value IS 218 (85.55% from 255) = 61.76%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 11.9%
G = 61.76%
B = 26.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2ADA5D (or 0x2ADA5D) is known color: Malachite. HEX triplet: 2A, DA and 5D. RGB value is (42,218,93). Sum of RGB (Red+Green+Blue) = 42+218+93=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA5D is #D525A2. Grayscale: #979797. Windows color (decimal): -13968803 or 6150698. OLE color: 6150698.

HSL color Cylindrical-coordinate representation of color #2ADA5D: hue angle of 137.39º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA5D is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 93 -
CMYK 0.81 0 0.57 0.15
HSL 137.39º 0.7% 0.51% -
HSV(B) 137.39º 0.81% 0.85% -
XYZ 28 51.43 18.81 -
YUV 151.13 95.19 50.16 -
System Red Green Blue C M Y K H S L
Decimal 42 218 93 0.81 0 0.57 0.15 137.39 0.7 0.51
Hex 2A DA 5D 51 0 39 F 89 46 33
Octal 52 332 135 121 0 71 17 211 106 63
Binary 101010 11011010 1011101 1010001 0 111001 1111 10001001 1000110 110011

Color Harmonies of #2ADA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA5D

Black with #2ADA5D

Text Example


Text Example

White with #2ADA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ADA5D; }

 p { color: rgb(42,218,93); }

 H1.HeaderClassName
 {
   color: #2ADA5D;
 }
 .AnyTagClassName
 {
   color: #2ADA5D;
 }
</style>

background-color css

<style>
 a { background-color: #2ADA5D; }

 a { background-color: rgb(42,218,93); }

 div.DivClassName
 {
   background-color: #2ADA5D;
 }
 .BgClassName
 {
   background-color: #2ADA5D;
 }
</style>

border-color css

<style>
 span { border-color: #2ADA5D; }

 span { border-color: rgb(42,218,93); }

 td.TdClassName
 {
   border-color: #2ADA5D;
 }
 .TagClassName
 {
   border-color: #2ADA5D;
 }
</style>