#1AD49C

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

Shades of Shamrock #1AD49C

Tints of Shamrock #1AD49C

Color information

#1AD49C (or 0x1AD49C) is unknown color: approx Shamrock. HEX triplet: 1A, D4 and 9C. RGB value is (26,212,156). Sum of RGB (Red+Green+Blue) = 26+212+156=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD49C is #E52B63. Grayscale: #969696. Windows color (decimal): -15018852 or 10277914. OLE color: 10277914.

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

Color convert

RGB26212156-
CMYK0.8800.260.17
HSL161.94º78.15%46.67%-
HSV(B)161.94º87.74%83.14%-
XYZ29.9749.7139.47-
YUV150131.3839.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.60%
GREEN value IS 212 (83.20% from 255) = 53.81%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=6.60%
G=53.81%
B=39.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal262121560.8800.260.17161.9478.1546.67
Hex1AD49C5801A11a24e2f
Octal323242341300322124211657
Binary110101101010010011100101100001101010001101000101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,212,156); }

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

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

 a { background-color: rgb(26,212,156); }

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

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

 span { border-color: rgb(26,212,156); }

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