Html Css Color HEX #2ADA4C Malachite

📋 copy color: '#2ADA4C'

red 42 ◦ green 218 ◦ blue 76

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

Shades of Malachite #2ADA4C

Tints of Malachite #2ADA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 12.5%
G = 64.88%
B = 22.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#2ADA4C (or 0x2ADA4C) is known color: Malachite. HEX triplet: 2A, DA and 4C. RGB value is (42,218,76). Sum of RGB (Red+Green+Blue) = 42+218+76=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA4C is #D525B3. Grayscale: #959595. Windows color (decimal): -13968820 or 5036586. OLE color: 5036586.

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

Color convert

RGB 42 218 76 -
CMYK 0.81 0 0.65 0.15
HSL 131.59º 0.7% 0.51% -
HSV(B) 131.59º 0.81% 0.85% -
XYZ 27.33 51.16 15.27 -
YUV 149.19 86.69 51.55 -
System Red Green Blue C M Y K H S L
Decimal 42 218 76 0.81 0 0.65 0.15 131.59 0.7 0.51
Hex 2A DA 4C 51 0 41 F 84 46 33
Octal 52 332 114 121 0 101 17 204 106 63
Binary 101010 11011010 1001100 1010001 0 1000001 1111 10000100 1000110 110011

Color Harmonies of #2ADA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA4C

Black with #2ADA4C

Text Example


Text Example

White with #2ADA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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