#1E9F92

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

Shades of Java #1E9F92

Tints of Java #1E9F92

Color information

#1E9F92 (or 0x1E9F92) is unknown color: approx Java. HEX triplet: 1E, 9F and 92. RGB value is (30,159,146). Sum of RGB (Red+Green+Blue) = 30+159+146=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9F92 is #E1606D. Grayscale: #767676. Windows color (decimal): -14770286 or 9608990. OLE color: 9608990.

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

Color convert

RGB30159146-
CMYK0.8100.080.38
HSL173.95º68.25%37.06%-
HSV(B)173.95º81.13%62.35%-
XYZ18.1227.1531.48-
YUV118.95143.2664.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.96%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=8.96%
G=47.46%
B=43.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301591460.8100.080.38173.9568.2537.06
Hex1E9F92510826ae4425
Octal362372221210104625610445
Binary111101001111110010010101000101000100110101011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,159,146); }

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

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

 a { background-color: rgb(30,159,146); }

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

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

 span { border-color: rgb(30,159,146); }

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