Html Css Color HEX #1ADC90 Shamrock

📋 copy color: '#1ADC90'

red 26 ◦ green 220 ◦ blue 144

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

Shades of Shamrock #1ADC90

Tints of Shamrock #1ADC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 6.67%
G = 56.41%
B = 36.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#1ADC90 (or 0x1ADC90) is known color: Shamrock. HEX triplet: 1A, DC and 90. RGB value is (26,220,144). Sum of RGB (Red+Green+Blue) = 26+220+144=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC90 is #E5236F. Grayscale: #999999. Windows color (decimal): -15016816 or 9493530. OLE color: 9493530.

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

Color convert

RGB 26 220 144 -
CMYK 0.88 0 0.35 0.14
HSL 156.49º 0.79% 0.48% -
HSV(B) 156.49º 0.88% 0.86% -
XYZ 31.05 53.42 35.06 -
YUV 153.33 122.73 37.18 -
System Red Green Blue C M Y K H S L
Decimal 26 220 144 0.88 0 0.35 0.14 156.49 0.79 0.48
Hex 1A DC 90 58 0 23 E 9C 4F 30
Octal 32 334 220 130 0 43 16 234 117 60
Binary 11010 11011100 10010000 1011000 0 100011 1110 10011100 1001111 110000

Color Harmonies of #1ADC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC90

Black with #1ADC90

Text Example


Text Example

White with #1ADC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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