Html Css Color HEX #1AD142 Malachite

📋 copy color: '#1AD142'

red 26 ◦ green 209 ◦ blue 66

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

Shades of Malachite #1AD142

Tints of Malachite #1AD142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 8.64%
G = 69.44%
B = 21.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#1AD142 (or 0x1AD142) is known color: Malachite. HEX triplet: 1A, D1 and 42. RGB value is (26,209,66). Sum of RGB (Red+Green+Blue) = 26+209+66=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 209 (82.03% from 255 or 69.44% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD142 is #E52EBD. Grayscale: #8A8A8A. Windows color (decimal): -15019710 or 4378906. OLE color: 4378906.

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

Color convert

RGB 26 209 66 -
CMYK 0.88 0 0.68 0.18
HSL 133.11º 0.78% 0.46% -
HSV(B) 133.11º 0.88% 0.82% -
XYZ 24.21 46.21 12.8 -
YUV 137.98 87.37 48.13 -
System Red Green Blue C M Y K H S L
Decimal 26 209 66 0.88 0 0.68 0.18 133.11 0.78 0.46
Hex 1A D1 42 58 0 44 12 85 4E 2E
Octal 32 321 102 130 0 104 22 205 116 56
Binary 11010 11010001 1000010 1011000 0 1000100 10010 10000101 1001110 101110

Color Harmonies of #1AD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD142

Black with #1AD142

Text Example


Text Example

White with #1AD142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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