#1AD8A5

Color #1AD8A5 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #1AD8A5

Tints of Shamrock #1AD8A5

Color information

#1AD8A5 (or 0x1AD8A5) is unknown color: approx Shamrock. HEX triplet: 1A, D8 and A5. RGB value is (26,216,165). Sum of RGB (Red+Green+Blue) = 26+216+165=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD8A5 is #E5275A. Grayscale: #999999. Windows color (decimal): -15017819 or 10868762. OLE color: 10868762.

HSL color Cylindrical-coordinate representation of color #1AD8A5: hue angle of 163.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD8A5 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB26216165-
CMYK0.8800.240.15
HSL163.89º78.51%47.45%-
HSV(B)163.89º87.96%84.71%-
XYZ31.7752.0543.97-
YUV153.38134.5537.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.39%
GREEN value IS 216 (84.77% from 255) = 53.07%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=6.39%
G=53.07%
B=40.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal262161650.8800.240.15163.8978.5147.45
Hex1AD8A558018Fa44f2f
Octal323302451300301724411757
Binary11010110110001010010110110000110001111101001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AD8A5;
 }
 .AnyTagClassName
 {
   color: #1AD8A5;
 }
</style>
background-color css

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

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

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

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

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

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