Html Css Color HEX #1ADD76 Malachite

📋 copy color: '#1ADD76'

red 26 ◦ green 221 ◦ blue 118

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

Shades of Malachite #1ADD76

Tints of Malachite #1ADD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 7.12%
G = 60.55%
B = 32.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#1ADD76 (or 0x1ADD76) is known color: Malachite. HEX triplet: 1A, DD and 76. RGB value is (26,221,118). Sum of RGB (Red+Green+Blue) = 26+221+118=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADD76 is #E52289. Grayscale: #979797. Windows color (decimal): -15016586 or 7789850. OLE color: 7789850.

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

Color convert

RGB 26 221 118 -
CMYK 0.88 0 0.47 0.13
HSL 148.31º 0.79% 0.48% -
HSV(B) 148.31º 0.88% 0.87% -
XYZ 29.55 53.24 25.86 -
YUV 150.95 109.4 38.88 -
System Red Green Blue C M Y K H S L
Decimal 26 221 118 0.88 0 0.47 0.13 148.31 0.79 0.48
Hex 1A DD 76 58 0 2F D 94 4F 30
Octal 32 335 166 130 0 57 15 224 117 60
Binary 11010 11011101 1110110 1011000 0 101111 1101 10010100 1001111 110000

Color Harmonies of #1ADD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD76

Black with #1ADD76

Text Example


Text Example

White with #1ADD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,221,118); }

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

background-color css

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

 a { background-color: rgb(26,221,118); }

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

border-color css

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

 span { border-color: rgb(26,221,118); }

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