#1ED682

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

Shades of Shamrock #1ED682

Tints of Shamrock #1ED682

Color information

#1ED682 (or 0x1ED682) is unknown color: approx Shamrock. HEX triplet: 1E, D6 and 82. RGB value is (30,214,130). Sum of RGB (Red+Green+Blue) = 30+214+130=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED682 is #E1297D. Grayscale: #959595. Windows color (decimal): -14756222 or 8574494. OLE color: 8574494.

HSL color Cylindrical-coordinate representation of color #1ED682: hue angle of 152.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED682 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB30214130-
CMYK0.8600.390.16
HSL152.61º75.41%47.84%-
HSV(B)152.61º85.98%83.92%-
XYZ28.6149.9829.26-
YUV149.41117.0442.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.02%
GREEN value IS 214 (83.98% from 255) = 57.22%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=8.02%
G=57.22%
B=34.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302141300.8600.390.16152.6175.4147.84
Hex1ED6825602710994b30
Octal363262021260472023111360
Binary1111011010110100000101010110010011110000100110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,214,130); }

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

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

 a { background-color: rgb(30,214,130); }

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

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

 span { border-color: rgb(30,214,130); }

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