Html Css Color HEX #1ADC9A Shamrock

📋 copy color: '#1ADC9A'

red 26 ◦ green 220 ◦ blue 154

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

Shades of Shamrock #1ADC9A

Tints of Shamrock #1ADC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 6.5%
G = 55%
B = 38.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#1ADC9A (or 0x1ADC9A) is known color: Shamrock. HEX triplet: 1A, DC and 9A. RGB value is (26,220,154). Sum of RGB (Red+Green+Blue) = 26+220+154=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC9A is #E52365. Grayscale: #9A9A9A. Windows color (decimal): -15016806 or 10148890. OLE color: 10148890.

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

Color convert

RGB 26 220 154 -
CMYK 0.88 0 0.3 0.14
HSL 159.59º 0.79% 0.48% -
HSV(B) 159.59º 0.88% 0.86% -
XYZ 31.85 53.74 39.27 -
YUV 154.47 127.73 36.37 -
System Red Green Blue C M Y K H S L
Decimal 26 220 154 0.88 0 0.3 0.14 159.59 0.79 0.48
Hex 1A DC 9A 58 0 1E E A0 4F 30
Octal 32 334 232 130 0 36 16 240 117 60
Binary 11010 11011100 10011010 1011000 0 11110 1110 10100000 1001111 110000

Color Harmonies of #1ADC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC9A

Black with #1ADC9A

Text Example


Text Example

White with #1ADC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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