Html Css Color HEX #1ADC8D Shamrock

📋 copy color: '#1ADC8D'

red 26 ◦ green 220 ◦ blue 141

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

Shades of Shamrock #1ADC8D

Tints of Shamrock #1ADC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 6.72%
G = 56.85%
B = 36.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#1ADC8D (or 0x1ADC8D) is known color: Shamrock. HEX triplet: 1A, DC and 8D. RGB value is (26,220,141). Sum of RGB (Red+Green+Blue) = 26+220+141=387 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.72% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC8D is #E52372. Grayscale: #999999. Windows color (decimal): -15016819 or 9296922. OLE color: 9296922.

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

Color convert

RGB 26 220 141 -
CMYK 0.88 0 0.36 0.14
HSL 155.57º 0.79% 0.48% -
HSV(B) 155.57º 0.88% 0.86% -
XYZ 30.83 53.33 33.87 -
YUV 152.99 121.23 37.42 -
System Red Green Blue C M Y K H S L
Decimal 26 220 141 0.88 0 0.36 0.14 155.57 0.79 0.48
Hex 1A DC 8D 58 0 24 E 9C 4F 30
Octal 32 334 215 130 0 44 16 234 117 60
Binary 11010 11011100 10001101 1011000 0 100100 1110 10011100 1001111 110000

Color Harmonies of #1ADC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC8D

Black with #1ADC8D

Text Example


Text Example

White with #1ADC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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