Html Css Color HEX #1ADC8A Shamrock

📋 copy color: '#1ADC8A'

red 26 ◦ green 220 ◦ blue 138

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

Shades of Shamrock #1ADC8A

Tints of Shamrock #1ADC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 6.77%
G = 57.29%
B = 35.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#1ADC8A (or 0x1ADC8A) is known color: Shamrock. HEX triplet: 1A, DC and 8A. RGB value is (26,220,138). Sum of RGB (Red+Green+Blue) = 26+220+138=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC8A is #E52375. Grayscale: #989898. Windows color (decimal): -15016822 or 9100314. OLE color: 9100314.

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

Color convert

RGB 26 220 138 -
CMYK 0.88 0 0.37 0.14
HSL 154.64º 0.79% 0.48% -
HSV(B) 154.64º 0.88% 0.86% -
XYZ 30.61 53.24 32.71 -
YUV 152.65 119.73 37.67 -
System Red Green Blue C M Y K H S L
Decimal 26 220 138 0.88 0 0.37 0.14 154.64 0.79 0.48
Hex 1A DC 8A 58 0 25 E 9B 4F 30
Octal 32 334 212 130 0 45 16 233 117 60
Binary 11010 11011100 10001010 1011000 0 100101 1110 10011011 1001111 110000

Color Harmonies of #1ADC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC8A

Black with #1ADC8A

Text Example


Text Example

White with #1ADC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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