Html Css Color HEX #1AD145 Malachite

📋 copy color: '#1AD145'

red 26 ◦ green 209 ◦ blue 69

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

Shades of Malachite #1AD145

Tints of Malachite #1AD145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 68.75%

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

R = 8.55%
G = 68.75%
B = 22.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#1AD145 (or 0x1AD145) is known color: Malachite. HEX triplet: 1A, D1 and 45. RGB value is (26,209,69). Sum of RGB (Red+Green+Blue) = 26+209+69=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 209 (82.03% from 255 or 68.75% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD145 is #E52EBA. Grayscale: #8A8A8A. Windows color (decimal): -15019707 or 4575514. OLE color: 4575514.

HSL color Cylindrical-coordinate representation of color #1AD145: hue angle of 134.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD145 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 209 69 -
CMYK 0.88 0 0.67 0.18
HSL 134.1º 0.78% 0.46% -
HSV(B) 134.1º 0.88% 0.82% -
XYZ 24.3 46.25 13.28 -
YUV 138.32 88.87 47.88 -
System Red Green Blue C M Y K H S L
Decimal 26 209 69 0.88 0 0.67 0.18 134.1 0.78 0.46
Hex 1A D1 45 58 0 43 12 86 4E 2E
Octal 32 321 105 130 0 103 22 206 116 56
Binary 11010 11010001 1000101 1011000 0 1000011 10010 10000110 1001110 101110

Color Harmonies of #1AD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD145

Black with #1AD145

Text Example


Text Example

White with #1AD145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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