Html Css Color HEX #1ADC65 Malachite

📋 copy color: '#1ADC65'

red 26 ◦ green 220 ◦ blue 101

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

Shades of Malachite #1ADC65

Tints of Malachite #1ADC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 7.49%
G = 63.4%
B = 29.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#1ADC65 (or 0x1ADC65) is known color: Malachite. HEX triplet: 1A, DC and 65. RGB value is (26,220,101). Sum of RGB (Red+Green+Blue) = 26+220+101=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC65 is #E5239A. Grayscale: #949494. Windows color (decimal): -15016859 or 6675482. OLE color: 6675482.

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

Color convert

RGB 26 220 101 -
CMYK 0.88 0 0.54 0.14
HSL 143.2º 0.79% 0.48% -
HSV(B) 143.2º 0.88% 0.86% -
XYZ 28.37 52.35 20.92 -
YUV 148.43 101.23 40.68 -
System Red Green Blue C M Y K H S L
Decimal 26 220 101 0.88 0 0.54 0.14 143.2 0.79 0.48
Hex 1A DC 65 58 0 36 E 8F 4F 30
Octal 32 334 145 130 0 66 16 217 117 60
Binary 11010 11011100 1100101 1011000 0 110110 1110 10001111 1001111 110000

Color Harmonies of #1ADC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC65

Black with #1ADC65

Text Example


Text Example

White with #1ADC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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