Html Css Color HEX #2AD84D Malachite

📋 copy color: '#2AD84D'

red 42 ◦ green 216 ◦ blue 77

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

Shades of Malachite #2AD84D

Tints of Malachite #2AD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.48%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 12.54%
G = 64.48%
B = 22.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#2AD84D (or 0x2AD84D) is known color: Malachite. HEX triplet: 2A, D8 and 4D. RGB value is (42,216,77). Sum of RGB (Red+Green+Blue) = 42+216+77=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD84D is #D527B2. Grayscale: #949494. Windows color (decimal): -13969331 or 5101610. OLE color: 5101610.

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

Color convert

RGB 42 216 77 -
CMYK 0.81 0 0.64 0.15
HSL 132.07º 0.69% 0.51% -
HSV(B) 132.07º 0.81% 0.85% -
XYZ 26.85 50.14 15.28 -
YUV 148.13 87.85 52.3 -
System Red Green Blue C M Y K H S L
Decimal 42 216 77 0.81 0 0.64 0.15 132.07 0.69 0.51
Hex 2A D8 4D 51 0 40 F 84 45 33
Octal 52 330 115 121 0 100 17 204 105 63
Binary 101010 11011000 1001101 1010001 0 1000000 1111 10000100 1000101 110011

Color Harmonies of #2AD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD84D

Black with #2AD84D

Text Example


Text Example

White with #2AD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,216,77); }

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

background-color css

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

 a { background-color: rgb(42,216,77); }

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

border-color css

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

 span { border-color: rgb(42,216,77); }

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