Html Css Color HEX #2ADA6D Malachite

📋 copy color: '#2ADA6D'

red 42 ◦ green 218 ◦ blue 109

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

Shades of Malachite #2ADA6D

Tints of Malachite #2ADA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 11.38%
G = 59.08%
B = 29.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#2ADA6D (or 0x2ADA6D) is known color: Malachite. HEX triplet: 2A, DA and 6D. RGB value is (42,218,109). Sum of RGB (Red+Green+Blue) = 42+218+109=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA6D is #D52592. Grayscale: #999999. Windows color (decimal): -13968787 or 7199274. OLE color: 7199274.

HSL color Cylindrical-coordinate representation of color #2ADA6D: hue angle of 142.84º 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 #2ADA6D is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 109 -
CMYK 0.81 0 0.5 0.15
HSL 142.84º 0.7% 0.51% -
HSV(B) 142.84º 0.81% 0.85% -
XYZ 28.79 51.74 22.94 -
YUV 152.95 103.19 48.86 -
System Red Green Blue C M Y K H S L
Decimal 42 218 109 0.81 0 0.5 0.15 142.84 0.7 0.51
Hex 2A DA 6D 51 0 32 F 8F 46 33
Octal 52 332 155 121 0 62 17 217 106 63
Binary 101010 11011010 1101101 1010001 0 110010 1111 10001111 1000110 110011

Color Harmonies of #2ADA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA6D

Black with #2ADA6D

Text Example


Text Example

White with #2ADA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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