Html Css Color HEX #1ADC49 Malachite

📋 copy color: '#1ADC49'

red 26 ◦ green 220 ◦ blue 73

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

Shades of Malachite #1ADC49

Tints of Malachite #1ADC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.97%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 8.15%
G = 68.97%
B = 22.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#1ADC49 (or 0x1ADC49) is known color: Malachite. HEX triplet: 1A, DC and 49. RGB value is (26,220,73). Sum of RGB (Red+Green+Blue) = 26+220+73=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC49 is #E523B6. Grayscale: #919191. Windows color (decimal): -15016887 or 4840474. OLE color: 4840474.

HSL color Cylindrical-coordinate representation of color #1ADC49: hue angle of 134.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC49 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 73 -
CMYK 0.88 0 0.67 0.14
HSL 134.54º 0.79% 0.48% -
HSV(B) 134.54º 0.88% 0.86% -
XYZ 27.22 51.89 14.88 -
YUV 145.24 87.23 42.95 -
System Red Green Blue C M Y K H S L
Decimal 26 220 73 0.88 0 0.67 0.14 134.54 0.79 0.48
Hex 1A DC 49 58 0 43 E 87 4F 30
Octal 32 334 111 130 0 103 16 207 117 60
Binary 11010 11011100 1001001 1011000 0 1000011 1110 10000111 1001111 110000

Color Harmonies of #1ADC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC49

Black with #1ADC49

Text Example


Text Example

White with #1ADC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,73); }

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

background-color css

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

 a { background-color: rgb(26,220,73); }

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

border-color css

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

 span { border-color: rgb(26,220,73); }

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