#1ea07e

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

Shades of Jungle Green #1EA07E

Tints of Jungle Green #1EA07E

Color information

#1EA07E (or 0x1EA07E) is unknown color: approx Jungle Green. HEX triplet: 1E, A0 and 7E. RGB value is (30,160,126). Sum of RGB (Red+Green+Blue) = 30+160+126=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA07E is #E15F81. Grayscale: #757575. Windows color (decimal): -14770050 or 8298526. OLE color: 8298526.

HSL color Cylindrical-coordinate representation of color #1EA07E: hue angle of 164.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA07E is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB30160126-
CMYK0.8100.210.37
HSL164.31º68.42%37.25%-
HSV(B)164.31º81.25%62.75%-
XYZ16.8726.9224.05-
YUV117.25132.9365.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.49%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=9.49%
G=50.63%
B=39.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601260.8100.210.37164.3168.4237.25
Hex1EA07E5101525a44425
Octal362401761210254524410445
Binary111101010000011111101010001010101100101101001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea07e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,160,126); }

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

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

 a { background-color: rgb(30,160,126); }

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

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

 span { border-color: rgb(30,160,126); }

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