#1EA78A

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

Shades of Niagara #1EA78A

Tints of Niagara #1EA78A

Color information

#1EA78A (or 0x1EA78A) is unknown color: approx Niagara. HEX triplet: 1E, A7 and 8A. RGB value is (30,167,138). Sum of RGB (Red+Green+Blue) = 30+167+138=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #1EA78A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA78A is #E15875. Grayscale: #7A7A7A. Windows color (decimal): -14768246 or 9086750. OLE color: 9086750.

HSL color Cylindrical-coordinate representation of color #1EA78A: hue angle of 167.3º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA78A is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB30167138-
CMYK0.8200.170.35
HSL167.3º69.54%38.63%-
HSV(B)167.3º82.04%65.49%-
XYZ18.9429.7528.79-
YUV122.73136.6161.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.96%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=8.96%
G=49.85%
B=41.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301671380.8200.170.35167.369.5438.63
Hex1EA78A5201123a74627
Octal362472121220214324710647
Binary1111010100111100010101010010010001100011101001111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,167,138); }

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

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

 a { background-color: rgb(30,167,138); }

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

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

 span { border-color: rgb(30,167,138); }

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