Html Css Color HEX #1AD764 Malachite

📋 copy color: '#1AD764'

red 26 ◦ green 215 ◦ blue 100

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

Shades of Malachite #1AD764

Tints of Malachite #1AD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.05%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 7.62%
G = 63.05%
B = 29.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#1AD764 (or 0x1AD764) is known color: Malachite. HEX triplet: 1A, D7 and 64. RGB value is (26,215,100). Sum of RGB (Red+Green+Blue) = 26+215+100=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD764 is #E5289B. Grayscale: #919191. Windows color (decimal): -15018140 or 6608666. OLE color: 6608666.

HSL color Cylindrical-coordinate representation of color #1AD764: hue angle of 143.49º 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 #1AD764 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 215 100 -
CMYK 0.88 0 0.53 0.16
HSL 143.49º 0.78% 0.47% -
HSV(B) 143.49º 0.88% 0.84% -
XYZ 27.03 49.74 20.23 -
YUV 145.38 102.38 42.85 -
System Red Green Blue C M Y K H S L
Decimal 26 215 100 0.88 0 0.53 0.16 143.49 0.78 0.47
Hex 1A D7 64 58 0 35 10 8F 4E 2F
Octal 32 327 144 130 0 65 20 217 116 57
Binary 11010 11010111 1100100 1011000 0 110101 10000 10001111 1001110 101111

Color Harmonies of #1AD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD764

Black with #1AD764

Text Example


Text Example

White with #1AD764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,215,100); }

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

background-color css

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

 a { background-color: rgb(26,215,100); }

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

border-color css

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

 span { border-color: rgb(26,215,100); }

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