#1ed6af

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

Shades of Shamrock #1ED6AF

Tints of Shamrock #1ED6AF

Color information

#1ED6AF (or 0x1ED6AF) is unknown color: approx Shamrock. HEX triplet: 1E, D6 and AF. RGB value is (30,214,175). Sum of RGB (Red+Green+Blue) = 30+214+175=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED6AF is #E12950. Grayscale: #9A9A9A. Windows color (decimal): -14756177 or 11523614. OLE color: 11523614.

HSL color Cylindrical-coordinate representation of color #1ED6AF: hue angle of 167.28º 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 #1ED6AF is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB30214175-
CMYK0.8600.180.16
HSL167.28º75.41%47.84%-
HSV(B)167.28º85.98%83.92%-
XYZ32.3251.4648.79-
YUV154.54139.5439.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.16%
GREEN value IS 214 (83.98% from 255) = 51.07%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=7.16%
G=51.07%
B=41.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302141750.8600.180.16167.2875.4147.84
Hex1ED6AF5601210a74b30
Octal363262571260222024711360
Binary111101101011010101111101011001001010000101001111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ed6af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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