Html Css Color HEX #1AD64D Malachite

📋 copy color: '#1AD64D'

red 26 ◦ green 214 ◦ blue 77

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

Shades of Malachite #1AD64D

Tints of Malachite #1AD64D

RGB

 RED value IS 26 (10.55% from 255) = 8.2%

 GREEN value IS 214 (83.98% from 255) = 67.51%

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 8.2%
G = 67.51%
B = 24.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#1AD64D (or 0x1AD64D) is known color: Malachite. HEX triplet: 1A, D6 and 4D. RGB value is (26,214,77). Sum of RGB (Red+Green+Blue) = 26+214+77=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 214 (83.98% from 255 or 67.51% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD64D is #E529B2. Grayscale: #8E8E8E. Windows color (decimal): -15018419 or 5101082. OLE color: 5101082.

HSL color Cylindrical-coordinate representation of color #1AD64D: hue angle of 136.28º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD64D is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 214 77 -
CMYK 0.88 0 0.64 0.16
HSL 136.28º 0.78% 0.47% -
HSV(B) 136.28º 0.88% 0.84% -
XYZ 25.81 48.85 15.09 -
YUV 142.17 91.22 45.14 -
System Red Green Blue C M Y K H S L
Decimal 26 214 77 0.88 0 0.64 0.16 136.28 0.78 0.47
Hex 1A D6 4D 58 0 40 10 88 4E 2F
Octal 32 326 115 130 0 100 20 210 116 57
Binary 11010 11010110 1001101 1011000 0 1000000 10000 10001000 1001110 101111

Color Harmonies of #1AD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD64D

Black with #1AD64D

Text Example


Text Example

White with #1AD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AD64D; }

 p { color: rgb(26,214,77); }

 H1.HeaderClassName
 {
   color: #1AD64D;
 }
 .AnyTagClassName
 {
   color: #1AD64D;
 }
</style>

background-color css

<style>
 a { background-color: #1AD64D; }

 a { background-color: rgb(26,214,77); }

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

border-color css

<style>
 span { border-color: #1AD64D; }

 span { border-color: rgb(26,214,77); }

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