#1ed197

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

Shades of Shamrock #1ED197

Tints of Shamrock #1ED197

Color information

#1ED197 (or 0x1ED197) is unknown color: approx Shamrock. HEX triplet: 1E, D1 and 97. RGB value is (30,209,151). Sum of RGB (Red+Green+Blue) = 30+209+151=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED197 is #E12E68. Grayscale: #949494. Windows color (decimal): -14757481 or 9949470. OLE color: 9949470.

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

Color convert

RGB30209151-
CMYK0.8600.280.18
HSL160.56º74.9%46.86%-
HSV(B)160.56º85.65%81.96%-
XYZ28.9248.1137.04-
YUV148.87129.243.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.69%
GREEN value IS 209 (82.03% from 255) = 53.59%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=7.69%
G=53.59%
B=38.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302091510.8600.280.18160.5674.946.86
Hex1ED1975601C12a14b2f
Octal363212271260342224111357
Binary111101101000110010111101011001110010010101000011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ed197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,209,151); }

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

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

 a { background-color: rgb(30,209,151); }

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

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

 span { border-color: rgb(30,209,151); }

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