Html Css Color HEX #2ADA5B Malachite

📋 copy color: '#2ADA5B'

red 42 ◦ green 218 ◦ blue 91

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

Shades of Malachite #2ADA5B

Tints of Malachite #2ADA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 11.97%
G = 62.11%
B = 25.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#2ADA5B (or 0x2ADA5B) is known color: Malachite. HEX triplet: 2A, DA and 5B. RGB value is (42,218,91). Sum of RGB (Red+Green+Blue) = 42+218+91=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 218 (85.55% from 255 or 62.11% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA5B is #D525A4. Grayscale: #979797. Windows color (decimal): -13968805 or 6019626. OLE color: 6019626.

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

Color convert

RGB 42 218 91 -
CMYK 0.81 0 0.58 0.15
HSL 136.7º 0.7% 0.51% -
HSV(B) 136.7º 0.81% 0.85% -
XYZ 27.91 51.39 18.35 -
YUV 150.9 94.19 50.33 -
System Red Green Blue C M Y K H S L
Decimal 42 218 91 0.81 0 0.58 0.15 136.7 0.7 0.51
Hex 2A DA 5B 51 0 3A F 89 46 33
Octal 52 332 133 121 0 72 17 211 106 63
Binary 101010 11011010 1011011 1010001 0 111010 1111 10001001 1000110 110011

Color Harmonies of #2ADA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA5B

Black with #2ADA5B

Text Example


Text Example

White with #2ADA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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