Html Css Color HEX #2ADB69 Malachite

📋 copy color: '#2ADB69'

red 42 ◦ green 219 ◦ blue 105

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

Shades of Malachite #2ADB69

Tints of Malachite #2ADB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 11.48%
G = 59.84%
B = 28.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#2ADB69 (or 0x2ADB69) is known color: Malachite. HEX triplet: 2A, DB and 69. RGB value is (42,219,105). Sum of RGB (Red+Green+Blue) = 42+219+105=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB69 is #D52496. Grayscale: #999999. Windows color (decimal): -13968535 or 6937386. OLE color: 6937386.

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

Color convert

RGB 42 219 105 -
CMYK 0.81 0 0.52 0.14
HSL 141.36º 0.71% 0.51% -
HSV(B) 141.36º 0.81% 0.86% -
XYZ 28.84 52.18 21.92 -
YUV 153.08 100.86 48.77 -
System Red Green Blue C M Y K H S L
Decimal 42 219 105 0.81 0 0.52 0.14 141.36 0.71 0.51
Hex 2A DB 69 51 0 34 E 8D 47 33
Octal 52 333 151 121 0 64 16 215 107 63
Binary 101010 11011011 1101001 1010001 0 110100 1110 10001101 1000111 110011

Color Harmonies of #2ADB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB69

Black with #2ADB69

Text Example


Text Example

White with #2ADB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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