#1EA07A

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

Shades of Jungle Green #1EA07A

Tints of Jungle Green #1EA07A

Color information

#1EA07A (or 0x1EA07A) is unknown color: approx Jungle Green. HEX triplet: 1E, A0 and 7A. RGB value is (30,160,122). Sum of RGB (Red+Green+Blue) = 30+160+122=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA07A is #E15F85. Grayscale: #747474. Windows color (decimal): -14770054 or 8036382. OLE color: 8036382.

HSL color Cylindrical-coordinate representation of color #1EA07A: hue angle of 162.46º 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 #1EA07A is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB30160122-
CMYK0.8100.240.37
HSL162.46º68.42%37.25%-
HSV(B)162.46º81.25%62.75%-
XYZ16.6226.8222.71-
YUV116.8130.9366.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.62%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=9.62%
G=51.28%
B=39.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601220.8100.240.37162.4668.4237.25
Hex1EA07A5101825a24425
Octal362401721210304524210445
Binary111101010000011110101010001011000100101101000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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