#1DCB9A

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

Shades of Shamrock #1DCB9A

Tints of Shamrock #1DCB9A

Color information

#1DCB9A (or 0x1DCB9A) is unknown color: approx Shamrock. HEX triplet: 1D, CB and 9A. RGB value is (29,203,154). Sum of RGB (Red+Green+Blue) = 29+203+154=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCB9A is #E23465. Grayscale: #919191. Windows color (decimal): -14824550 or 10144541. OLE color: 10144541.

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

Color convert

RGB29203154-
CMYK0.8600.240.20
HSL163.1º75%45.49%-
HSV(B)163.1º85.71%79.61%-
XYZ27.745.3137.86-
YUV145.39132.8544.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.51%
GREEN value IS 203 (79.69% from 255) = 52.59%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=7.51%
G=52.59%
B=39.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal292031540.8600.240.20163.17545.49
Hex1DCB9A5601814a34b2d
Octal353132321260302424311355
Binary111011100101110011010101011001100010100101000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,203,154); }

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

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

 a { background-color: rgb(29,203,154); }

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

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

 span { border-color: rgb(29,203,154); }

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