#1DCC92

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

Shades of Shamrock #1DCC92

Tints of Shamrock #1DCC92

Color information

#1DCC92 (or 0x1DCC92) is unknown color: approx Shamrock. HEX triplet: 1D, CC and 92. RGB value is (29,204,146). Sum of RGB (Red+Green+Blue) = 29+204+146=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC92 is #E2336D. Grayscale: #919191. Windows color (decimal): -14824302 or 9620509. OLE color: 9620509.

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

Color convert

RGB29204146-
CMYK0.8600.280.2
HSL160.11º75.11%45.69%-
HSV(B)160.11º85.78%80%-
XYZ27.2945.5234.54-
YUV145.06128.5245.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.65%
GREEN value IS 204 (80.08% from 255) = 53.83%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=7.65%
G=53.83%
B=38.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal292041460.8600.280.2160.1175.1145.69
Hex1DCC925601C14a04b2e
Octal353142221260342424011356
Binary111011100110010010010101011001110010100101000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,204,146); }

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

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

 a { background-color: rgb(29,204,146); }

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

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

 span { border-color: rgb(29,204,146); }

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