Html Css Color HEX #1ADDA6 Shamrock

📋 copy color: '#1ADDA6'

red 26 ◦ green 221 ◦ blue 166

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

Shades of Shamrock #1ADDA6

Tints of Shamrock #1ADDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.51%

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 6.3%
G = 53.51%
B = 40.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#1ADDA6 (or 0x1ADDA6) is known color: Shamrock. HEX triplet: 1A, DD and A6. RGB value is (26,221,166). Sum of RGB (Red+Green+Blue) = 26+221+166=413 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.30% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDA6 is #E52259. Grayscale: #9C9C9C. Windows color (decimal): -15016538 or 10935578. OLE color: 10935578.

HSL color Cylindrical-coordinate representation of color #1ADDA6: hue angle of 163.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADDA6 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 221 166 -
CMYK 0.88 0 0.25 0.13
HSL 163.08º 0.79% 0.48% -
HSV(B) 163.08º 0.88% 0.87% -
XYZ 33.17 54.69 44.88 -
YUV 156.43 133.4 34.97 -
System Red Green Blue C M Y K H S L
Decimal 26 221 166 0.88 0 0.25 0.13 163.08 0.79 0.48
Hex 1A DD A6 58 0 19 D A3 4F 30
Octal 32 335 246 130 0 31 15 243 117 60
Binary 11010 11011101 10100110 1011000 0 11001 1101 10100011 1001111 110000

Color Harmonies of #1ADDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDA6

Black with #1ADDA6

Text Example


Text Example

White with #1ADDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,221,166); }

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

background-color css

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

 a { background-color: rgb(26,221,166); }

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

border-color css

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

 span { border-color: rgb(26,221,166); }

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