Html Css Color HEX #2AD96D Malachite

📋 copy color: '#2AD96D'

red 42 ◦ green 217 ◦ blue 109

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

Shades of Malachite #2AD96D

Tints of Malachite #2AD96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.97%

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

R = 11.41%
G = 58.97%
B = 29.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#2AD96D (or 0x2AD96D) is known color: Malachite. HEX triplet: 2A, D9 and 6D. RGB value is (42,217,109). Sum of RGB (Red+Green+Blue) = 42+217+109=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD96D is #D52692. Grayscale: #989898. Windows color (decimal): -13969043 or 7199018. OLE color: 7199018.

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

Color convert

RGB 42 217 109 -
CMYK 0.81 0 0.50 0.15
HSL 142.97º 0.7% 0.51% -
HSV(B) 142.97º 0.81% 0.85% -
XYZ 28.53 51.22 22.85 -
YUV 152.36 103.52 49.28 -
System Red Green Blue C M Y K H S L
Decimal 42 217 109 0.81 0 0.50 0.15 142.97 0.7 0.51
Hex 2A D9 6D 51 0 32 F 8F 46 33
Octal 52 331 155 121 0 62 17 217 106 63
Binary 101010 11011001 1101101 1010001 0 110010 1111 10001111 1000110 110011

Color Harmonies of #2AD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD96D

Black with #2AD96D

Text Example


Text Example

White with #2AD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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