#1F9C90

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

Shades of Java #1F9C90

Tints of Java #1F9C90

Color information

#1F9C90 (or 0x1F9C90) is unknown color: approx Java. HEX triplet: 1F, 9C and 90. RGB value is (31,156,144). Sum of RGB (Red+Green+Blue) = 31+156+144=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C90 is #E0636F. Grayscale: #757575. Windows color (decimal): -14705520 or 9477151. OLE color: 9477151.

HSL color Cylindrical-coordinate representation of color #1F9C90: hue angle of 174.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C90 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB31156144-
CMYK0.8000.080.39
HSL174.24º66.84%36.67%-
HSV(B)174.24º80.13%61.18%-
XYZ17.4926.0830.5-
YUV117.26143.0966.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.37%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=9.37%
G=47.13%
B=43.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561440.8000.080.39174.2466.8436.67
Hex1F9C90500827ae4325
Octal372342201200104725610345
Binary111111001110010010000101000001000100111101011101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,156,144); }

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

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

 a { background-color: rgb(31,156,144); }

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

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

 span { border-color: rgb(31,156,144); }

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