Html Css Color HEX #1ADD45 Malachite

📋 copy color: '#1ADD45'

red 26 ◦ green 221 ◦ blue 69

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

Shades of Malachite #1ADD45

Tints of Malachite #1ADD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 8.23%
G = 69.94%
B = 21.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#1ADD45 (or 0x1ADD45) is known color: Malachite. HEX triplet: 1A, DD and 45. RGB value is (26,221,69). Sum of RGB (Red+Green+Blue) = 26+221+69=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD45 is #E522BA. Grayscale: #919191. Windows color (decimal): -15016635 or 4578586. OLE color: 4578586.

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

Color convert

RGB 26 221 69 -
CMYK 0.88 0 0.69 0.13
HSL 133.23º 0.79% 0.48% -
HSV(B) 133.23º 0.88% 0.87% -
XYZ 27.36 52.36 14.3 -
YUV 145.37 84.9 42.86 -
System Red Green Blue C M Y K H S L
Decimal 26 221 69 0.88 0 0.69 0.13 133.23 0.79 0.48
Hex 1A DD 45 58 0 45 D 85 4F 30
Octal 32 335 105 130 0 105 15 205 117 60
Binary 11010 11011101 1000101 1011000 0 1000101 1101 10000101 1001111 110000

Color Harmonies of #1ADD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD45

Black with #1ADD45

Text Example


Text Example

White with #1ADD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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