#1AD3A4

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

Shades of Shamrock #1AD3A4

Tints of Shamrock #1AD3A4

Color information

#1AD3A4 (or 0x1AD3A4) is unknown color: approx Shamrock. HEX triplet: 1A, D3 and A4. RGB value is (26,211,164). Sum of RGB (Red+Green+Blue) = 26+211+164=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD3A4 is #E52C5B. Grayscale: #969696. Windows color (decimal): -15019100 or 10801946. OLE color: 10801946.

HSL color Cylindrical-coordinate representation of color #1AD3A4: hue angle of 164.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD3A4 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB26211164-
CMYK0.8800.220.17
HSL164.76º78.06%46.47%-
HSV(B)164.76º87.68%82.75%-
XYZ30.4249.4943.07-
YUV150.33135.7139.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.48%
GREEN value IS 211 (82.81% from 255) = 52.62%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=6.48%
G=52.62%
B=40.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal262111640.8800.220.17164.7678.0646.47
Hex1AD3A45801611a54e2e
Octal323232441300262124511656
Binary110101101001110100100101100001011010001101001011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,211,164); }

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

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

 a { background-color: rgb(26,211,164); }

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

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

 span { border-color: rgb(26,211,164); }

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