#1FA093

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

Shades of Java #1FA093

Tints of Java #1FA093

Color information

#1FA093 (or 0x1FA093) is unknown color: approx Java. HEX triplet: 1F, A0 and 93. RGB value is (31,160,147). Sum of RGB (Red+Green+Blue) = 31+160+147=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA093 is #E05F6C. Grayscale: #777777. Windows color (decimal): -14704493 or 9674783. OLE color: 9674783.

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

Color convert

RGB31160147-
CMYK0.8100.080.37
HSL173.95º67.54%37.45%-
HSV(B)173.95º80.62%62.75%-
XYZ18.427.5431.95-
YUV119.95143.2664.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=9.17%
G=47.34%
B=43.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311601470.8100.080.37173.9567.5437.45
Hex1FA093510825ae4425
Octal372402231210104525610445
Binary111111010000010010011101000101000100101101011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,147); }

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

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

 a { background-color: rgb(31,160,147); }

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

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

 span { border-color: rgb(31,160,147); }

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