Html Css Color HEX #2ADB6C Malachite

📋 copy color: '#2ADB6C'

red 42 ◦ green 219 ◦ blue 108

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

Shades of Malachite #2ADB6C

Tints of Malachite #2ADB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 11.38%
G = 59.35%
B = 29.27%

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

#2ADB6C (or 0x2ADB6C) is known color: Malachite. HEX triplet: 2A, DB and 6C. RGB value is (42,219,108). Sum of RGB (Red+Green+Blue) = 42+219+108=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB6C is #D52493. Grayscale: #999999. Windows color (decimal): -13968532 or 7133994. OLE color: 7133994.

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

Color convert

RGB 42 219 108 -
CMYK 0.81 0 0.51 0.14
HSL 142.37º 0.71% 0.51% -
HSV(B) 142.37º 0.81% 0.86% -
XYZ 28.99 52.24 22.74 -
YUV 153.42 102.36 48.53 -
System Red Green Blue C M Y K H S L
Decimal 42 219 108 0.81 0 0.51 0.14 142.37 0.71 0.51
Hex 2A DB 6C 51 0 33 E 8E 47 33
Octal 52 333 154 121 0 63 16 216 107 63
Binary 101010 11011011 1101100 1010001 0 110011 1110 10001110 1000111 110011

Color Harmonies of #2ADB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB6C

Black with #2ADB6C

Text Example


Text Example

White with #2ADB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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