Html Css Color HEX #1ADA72 Malachite

📋 copy color: '#1ADA72'

red 26 ◦ green 218 ◦ blue 114

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

Shades of Malachite #1ADA72

Tints of Malachite #1ADA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.89%

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

R = 7.26%
G = 60.89%
B = 31.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#1ADA72 (or 0x1ADA72) is known color: Malachite. HEX triplet: 1A, DA and 72. RGB value is (26,218,114). Sum of RGB (Red+Green+Blue) = 26+218+114=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 218 (85.55% from 255 or 60.89% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADA72 is #E5258D. Grayscale: #949494. Windows color (decimal): -15017358 or 7526938. OLE color: 7526938.

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

Color convert

RGB 26 218 114 -
CMYK 0.88 0 0.48 0.15
HSL 147.5º 0.79% 0.48% -
HSV(B) 147.5º 0.88% 0.85% -
XYZ 28.53 51.58 24.37 -
YUV 148.74 108.39 40.46 -
System Red Green Blue C M Y K H S L
Decimal 26 218 114 0.88 0 0.48 0.15 147.5 0.79 0.48
Hex 1A DA 72 58 0 30 F 94 4F 30
Octal 32 332 162 130 0 60 17 224 117 60
Binary 11010 11011010 1110010 1011000 0 110000 1111 10010100 1001111 110000

Color Harmonies of #1ADA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADA72

Black with #1ADA72

Text Example


Text Example

White with #1ADA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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