Html Css Color HEX #1ADB8A Shamrock

📋 copy color: '#1ADB8A'

red 26 ◦ green 219 ◦ blue 138

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

Shades of Shamrock #1ADB8A

Tints of Shamrock #1ADB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.18%

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

R = 6.79%
G = 57.18%
B = 36.03%

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

#1ADB8A (or 0x1ADB8A) is known color: Shamrock. HEX triplet: 1A, DB and 8A. RGB value is (26,219,138). Sum of RGB (Red+Green+Blue) = 26+219+138=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADB8A is #E52475. Grayscale: #989898. Windows color (decimal): -15017078 or 9100058. OLE color: 9100058.

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

Color convert

RGB 26 219 138 -
CMYK 0.88 0 0.37 0.14
HSL 154.82º 0.79% 0.48% -
HSV(B) 154.82º 0.88% 0.86% -
XYZ 30.34 52.72 32.62 -
YUV 152.06 120.06 38.09 -
System Red Green Blue C M Y K H S L
Decimal 26 219 138 0.88 0 0.37 0.14 154.82 0.79 0.48
Hex 1A DB 8A 58 0 25 E 9B 4F 30
Octal 32 333 212 130 0 45 16 233 117 60
Binary 11010 11011011 10001010 1011000 0 100101 1110 10011011 1001111 110000

Color Harmonies of #1ADB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB8A

Black with #1ADB8A

Text Example


Text Example

White with #1ADB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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