Html Css Color HEX #1ADDA5 Shamrock

📋 copy color: '#1ADDA5'

red 26 ◦ green 221 ◦ blue 165

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

Shades of Shamrock #1ADDA5

Tints of Shamrock #1ADDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 6.31%
G = 53.64%
B = 40.05%

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

#1ADDA5 (or 0x1ADDA5) is known color: Shamrock. HEX triplet: 1A, DD and A5. RGB value is (26,221,165). Sum of RGB (Red+Green+Blue) = 26+221+165=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDA5 is #E5225A. Grayscale: #9C9C9C. Windows color (decimal): -15016539 or 10870042. OLE color: 10870042.

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

Color convert

RGB 26 221 165 -
CMYK 0.88 0 0.25 0.13
HSL 162.77º 0.79% 0.48% -
HSV(B) 162.77º 0.88% 0.87% -
XYZ 33.07 54.65 44.4 -
YUV 156.31 132.9 35.05 -
System Red Green Blue C M Y K H S L
Decimal 26 221 165 0.88 0 0.25 0.13 162.77 0.79 0.48
Hex 1A DD A5 58 0 19 D A3 4F 30
Octal 32 335 245 130 0 31 15 243 117 60
Binary 11010 11011101 10100101 1011000 0 11001 1101 10100011 1001111 110000

Color Harmonies of #1ADDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDA5

Black with #1ADDA5

Text Example


Text Example

White with #1ADDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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