Html Css Color HEX #1ADC6C Malachite

📋 copy color: '#1ADC6C'

red 26 ◦ green 220 ◦ blue 108

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

Shades of Malachite #1ADC6C

Tints of Malachite #1ADC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.15%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 7.34%
G = 62.15%
B = 30.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#1ADC6C (or 0x1ADC6C) is known color: Malachite. HEX triplet: 1A, DC and 6C. RGB value is (26,220,108). Sum of RGB (Red+Green+Blue) = 26+220+108=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC6C is #E52393. Grayscale: #959595. Windows color (decimal): -15016852 or 7134234. OLE color: 7134234.

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

Color convert

RGB 26 220 108 -
CMYK 0.88 0 0.51 0.14
HSL 145.36º 0.79% 0.48% -
HSV(B) 145.36º 0.88% 0.86% -
XYZ 28.73 52.49 22.8 -
YUV 149.23 104.73 40.11 -
System Red Green Blue C M Y K H S L
Decimal 26 220 108 0.88 0 0.51 0.14 145.36 0.79 0.48
Hex 1A DC 6C 58 0 33 E 91 4F 30
Octal 32 334 154 130 0 63 16 221 117 60
Binary 11010 11011100 1101100 1011000 0 110011 1110 10010001 1001111 110000

Color Harmonies of #1ADC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC6C

Black with #1ADC6C

Text Example


Text Example

White with #1ADC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,108); }

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

background-color css

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

 a { background-color: rgb(26,220,108); }

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

border-color css

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

 span { border-color: rgb(26,220,108); }

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