Html Css Color HEX #1ADB9F Shamrock

📋 copy color: '#1ADB9F'

red 26 ◦ green 219 ◦ blue 159

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

Shades of Shamrock #1ADB9F

Tints of Shamrock #1ADB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 6.44%
G = 54.21%
B = 39.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#1ADB9F (or 0x1ADB9F) is known color: Shamrock. HEX triplet: 1A, DB and 9F. RGB value is (26,219,159). Sum of RGB (Red+Green+Blue) = 26+219+159=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADB9F is #E52460. Grayscale: #9A9A9A. Windows color (decimal): -15017057 or 10476314. OLE color: 10476314.

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

Color convert

RGB 26 219 159 -
CMYK 0.88 0 0.27 0.14
HSL 161.35º 0.79% 0.48% -
HSV(B) 161.35º 0.88% 0.86% -
XYZ 32.02 53.39 41.42 -
YUV 154.45 130.56 36.38 -
System Red Green Blue C M Y K H S L
Decimal 26 219 159 0.88 0 0.27 0.14 161.35 0.79 0.48
Hex 1A DB 9F 58 0 1B E A1 4F 30
Octal 32 333 237 130 0 33 16 241 117 60
Binary 11010 11011011 10011111 1011000 0 11011 1110 10100001 1001111 110000

Color Harmonies of #1ADB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB9F

Black with #1ADB9F

Text Example


Text Example

White with #1ADB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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