Html Css Color HEX #1E908A Java

📋 copy color: '#1E908A'

red 30 ◦ green 144 ◦ blue 138

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

Shades of Java #1E908A

Tints of Java #1E908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 9.62%
G = 46.15%
B = 44.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#1E908A (or 0x1E908A) is known color: Java. HEX triplet: 1E, 90 and 8A. RGB value is (30,144,138). Sum of RGB (Red+Green+Blue) = 30+144+138=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #1E908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E908A is #E16F75. Grayscale: #6D6D6D. Windows color (decimal): -14774134 or 9080862. OLE color: 9080862.

HSL color Cylindrical-coordinate representation of color #1E908A: hue angle of 176.84º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E908A is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 144 138 -
CMYK 0.79 0 0.04 0.44
HSL 176.84º 0.66% 0.34% -
HSV(B) 176.84º 0.79% 0.56% -
XYZ 15.1 22.06 27.51 -
YUV 109.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 30 144 138 0.79 0 0.04 0.44 176.84 0.66 0.34
Hex 1E 90 8A 4F 0 4 2C B1 42 22
Octal 36 220 212 117 0 4 54 261 102 42
Binary 11110 10010000 10001010 1001111 0 100 101100 10110001 1000010 100010

Color Harmonies of #1E908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E908A

Black with #1E908A

Text Example


Text Example

White with #1E908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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