Html Css Color HEX #2ADB6B Malachite

📋 copy color: '#2ADB6B'

red 42 ◦ green 219 ◦ blue 107

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

Shades of Malachite #2ADB6B

Tints of Malachite #2ADB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.51%

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 11.41%
G = 59.51%
B = 29.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#2ADB6B (or 0x2ADB6B) is known color: Malachite. HEX triplet: 2A, DB and 6B. RGB value is (42,219,107). Sum of RGB (Red+Green+Blue) = 42+219+107=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB6B is #D52494. Grayscale: #999999. Windows color (decimal): -13968533 or 7068458. OLE color: 7068458.

HSL color Cylindrical-coordinate representation of color #2ADB6B: hue angle of 142.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB6B is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 219 107 -
CMYK 0.81 0 0.51 0.14
HSL 142.03º 0.71% 0.51% -
HSV(B) 142.03º 0.81% 0.86% -
XYZ 28.94 52.22 22.46 -
YUV 153.31 101.86 48.61 -
System Red Green Blue C M Y K H S L
Decimal 42 219 107 0.81 0 0.51 0.14 142.03 0.71 0.51
Hex 2A DB 6B 51 0 33 E 8E 47 33
Octal 52 333 153 121 0 63 16 216 107 63
Binary 101010 11011011 1101011 1010001 0 110011 1110 10001110 1000111 110011

Color Harmonies of #2ADB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB6B

Black with #2ADB6B

Text Example


Text Example

White with #2ADB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,219,107); }

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

background-color css

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

 a { background-color: rgb(42,219,107); }

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

border-color css

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

 span { border-color: rgb(42,219,107); }

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