Html Css Color HEX #1ADDA8 Shamrock

📋 copy color: '#1ADDA8'

red 26 ◦ green 221 ◦ blue 168

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

Shades of Shamrock #1ADDA8

Tints of Shamrock #1ADDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 6.27%
G = 53.25%
B = 40.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#1ADDA8 (or 0x1ADDA8) is known color: Shamrock. HEX triplet: 1A, DD and A8. RGB value is (26,221,168). Sum of RGB (Red+Green+Blue) = 26+221+168=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDA8 is #E52257. Grayscale: #9C9C9C. Windows color (decimal): -15016536 or 11066650. OLE color: 11066650.

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

Color convert

RGB 26 221 168 -
CMYK 0.88 0 0.24 0.13
HSL 163.69º 0.79% 0.48% -
HSV(B) 163.69º 0.88% 0.87% -
XYZ 33.35 54.76 45.86 -
YUV 156.65 134.4 34.81 -
System Red Green Blue C M Y K H S L
Decimal 26 221 168 0.88 0 0.24 0.13 163.69 0.79 0.48
Hex 1A DD A8 58 0 18 D A4 4F 30
Octal 32 335 250 130 0 30 15 244 117 60
Binary 11010 11011101 10101000 1011000 0 11000 1101 10100100 1001111 110000

Color Harmonies of #1ADDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDA8

Black with #1ADDA8

Text Example


Text Example

White with #1ADDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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