#1DC9A3

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

Shades of Shamrock #1DC9A3

Tints of Shamrock #1DC9A3

Color information

#1DC9A3 (or 0x1DC9A3) is unknown color: approx Shamrock. HEX triplet: 1D, C9 and A3. RGB value is (29,201,163). Sum of RGB (Red+Green+Blue) = 29+201+163=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC9A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC9A3 is #E2365C. Grayscale: #919191. Windows color (decimal): -14825053 or 10733853. OLE color: 10733853.

HSL color Cylindrical-coordinate representation of color #1DC9A3: hue angle of 166.74º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC9A3 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB29201163-
CMYK0.8600.190.21
HSL166.74º74.78%45.1%-
HSV(B)166.74º85.57%78.82%-
XYZ2844.6841.8-
YUV145.24138.0245.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.38%
GREEN value IS 201 (78.91% from 255) = 51.15%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=7.38%
G=51.15%
B=41.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal292011630.8600.190.21166.7474.7845.1
Hex1DC9A35601315a74b2d
Octal353112431260232524711355
Binary111011100100110100011101011001001110101101001111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,201,163); }

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

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

 a { background-color: rgb(29,201,163); }

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

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

 span { border-color: rgb(29,201,163); }

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