Html Css Color HEX #1EA19A Java

📋 copy color: '#1EA19A'

red 30 ◦ green 161 ◦ blue 154

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

Shades of Java #1EA19A

Tints of Java #1EA19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 8.7%
G = 46.67%
B = 44.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#1EA19A (or 0x1EA19A) is known color: Java. HEX triplet: 1E, A1 and 9A. RGB value is (30,161,154). Sum of RGB (Red+Green+Blue) = 30+161+154=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA19A is #E15E65. Grayscale: #787878. Windows color (decimal): -14769766 or 10133790. OLE color: 10133790.

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

Color convert

RGB 30 161 154 -
CMYK 0.81 0 0.04 0.37
HSL 176.79º 0.69% 0.37% -
HSV(B) 176.79º 0.81% 0.63% -
XYZ 19.11 28.1 34.99 -
YUV 121.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 30 161 154 0.81 0 0.04 0.37 176.79 0.69 0.37
Hex 1E A1 9A 51 0 4 25 B1 45 25
Octal 36 241 232 121 0 4 45 261 105 45
Binary 11110 10100001 10011010 1010001 0 100 100101 10110001 1000101 100101

Color Harmonies of #1EA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA19A

Black with #1EA19A

Text Example


Text Example

White with #1EA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,161,154); }

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

background-color css

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

 a { background-color: rgb(30,161,154); }

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

border-color css

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

 span { border-color: rgb(30,161,154); }

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