#1AD8A3

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

Shades of Shamrock #1AD8A3

Tints of Shamrock #1AD8A3

Color information

#1AD8A3 (or 0x1AD8A3) is unknown color: approx Shamrock. HEX triplet: 1A, D8 and A3. RGB value is (26,216,163). Sum of RGB (Red+Green+Blue) = 26+216+163=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD8A3 is #E5275C. Grayscale: #999999. Windows color (decimal): -15017821 or 10737690. OLE color: 10737690.

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

Color convert

RGB26216163-
CMYK0.8800.250.15
HSL163.26º78.51%47.45%-
HSV(B)163.26º87.96%84.71%-
XYZ31.5951.9843.02-
YUV153.15133.5537.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.42%
GREEN value IS 216 (84.77% from 255) = 53.33%
BLUE value IS 163 (64.06% from 255) = 40.25%
R=6.42%
G=53.33%
B=40.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal262161630.8800.250.15163.2678.5147.45
Hex1AD8A358019Fa34f2f
Octal323302431300311724311757
Binary11010110110001010001110110000110011111101000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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