Html Css Color HEX #1ADC80 Shamrock

📋 copy color: '#1ADC80'

red 26 ◦ green 220 ◦ blue 128

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

Shades of Shamrock #1ADC80

Tints of Shamrock #1ADC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 6.95%
G = 58.82%
B = 34.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#1ADC80 (or 0x1ADC80) is known color: Shamrock. HEX triplet: 1A, DC and 80. RGB value is (26,220,128). Sum of RGB (Red+Green+Blue) = 26+220+128=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC80 is #E5237F. Grayscale: #979797. Windows color (decimal): -15016832 or 8444954. OLE color: 8444954.

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

Color convert

RGB 26 220 128 -
CMYK 0.88 0 0.42 0.14
HSL 151.55º 0.79% 0.48% -
HSV(B) 151.55º 0.88% 0.86% -
XYZ 29.92 52.96 29.07 -
YUV 151.51 114.73 38.48 -
System Red Green Blue C M Y K H S L
Decimal 26 220 128 0.88 0 0.42 0.14 151.55 0.79 0.48
Hex 1A DC 80 58 0 2A E 98 4F 30
Octal 32 334 200 130 0 52 16 230 117 60
Binary 11010 11011100 10000000 1011000 0 101010 1110 10011000 1001111 110000

Color Harmonies of #1ADC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC80

Black with #1ADC80

Text Example


Text Example

White with #1ADC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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