Html Css Color HEX #1AD472 Malachite

📋 copy color: '#1AD472'

red 26 ◦ green 212 ◦ blue 114

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

Shades of Malachite #1AD472

Tints of Malachite #1AD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.23%

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 7.39%
G = 60.23%
B = 32.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#1AD472 (or 0x1AD472) is known color: Malachite. HEX triplet: 1A, D4 and 72. RGB value is (26,212,114). Sum of RGB (Red+Green+Blue) = 26+212+114=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD472 is #E52B8D. Grayscale: #919191. Windows color (decimal): -15018894 or 7525402. OLE color: 7525402.

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

Color convert

RGB 26 212 114 -
CMYK 0.88 0 0.46 0.17
HSL 148.39º 0.78% 0.47% -
HSV(B) 148.39º 0.88% 0.83% -
XYZ 27.01 48.52 23.86 -
YUV 145.21 110.38 42.97 -
System Red Green Blue C M Y K H S L
Decimal 26 212 114 0.88 0 0.46 0.17 148.39 0.78 0.47
Hex 1A D4 72 58 0 2E 11 94 4E 2F
Octal 32 324 162 130 0 56 21 224 116 57
Binary 11010 11010100 1110010 1011000 0 101110 10001 10010100 1001110 101111

Color Harmonies of #1AD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD472

Black with #1AD472

Text Example


Text Example

White with #1AD472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,212,114); }

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

background-color css

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

 a { background-color: rgb(26,212,114); }

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

border-color css

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

 span { border-color: rgb(26,212,114); }

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