Html Css Color HEX #1EA684 Jungle Green

📋 copy color: '#1EA684'

red 30 ◦ green 166 ◦ blue 132

#1EA684
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #1EA684

Tints of Jungle Green #1EA684

RGB

 RED value IS 30 (12.11% from 255) = 9.15%

 GREEN value IS 166 (65.23% from 255) = 50.61%

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 9.15%
G = 50.61%
B = 40.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#1EA684 (or 0x1EA684) is known color: Jungle Green. HEX triplet: 1E, A6 and 84. RGB value is (30,166,132). Sum of RGB (Red+Green+Blue) = 30+166+132=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA684 is #E1597B. Grayscale: #797979. Windows color (decimal): -14768508 or 8693278. OLE color: 8693278.

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

Color convert

RGB 30 166 132 -
CMYK 0.82 0 0.20 0.35
HSL 165º 0.69% 0.38% -
HSV(B) 165º 0.82% 0.65% -
XYZ 18.34 29.21 26.5 -
YUV 121.46 133.94 62.76 -
System Red Green Blue C M Y K H S L
Decimal 30 166 132 0.82 0 0.20 0.35 165 0.69 0.38
Hex 1E A6 84 52 0 14 23 A5 45 26
Octal 36 246 204 122 0 24 43 245 105 46
Binary 11110 10100110 10000100 1010010 0 10100 100011 10100101 1000101 100110

Color Harmonies of #1EA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA684

Black with #1EA684

Text Example


Text Example

White with #1EA684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,166,132); }

 H1.HeaderClassName
 {
   color: #1EA684;
 }
 .AnyTagClassName
 {
   color: #1EA684;
 }
</style>

background-color css

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

 a { background-color: rgb(30,166,132); }

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

border-color css

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

 span { border-color: rgb(30,166,132); }

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