#1F9A92

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

Shades of Java #1F9A92

Tints of Java #1F9A92

Color information

#1F9A92 (or 0x1F9A92) is unknown color: approx Java. HEX triplet: 1F, 9A and 92. RGB value is (31,154,146). Sum of RGB (Red+Green+Blue) = 31+154+146=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9A92 is #E0656D. Grayscale: #747474. Windows color (decimal): -14706030 or 9607711. OLE color: 9607711.

HSL color Cylindrical-coordinate representation of color #1F9A92: hue angle of 176.1º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A92 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB31154146-
CMYK0.8000.050.40
HSL176.1º66.49%36.27%-
HSV(B)176.1º79.87%60.39%-
XYZ17.3125.4831.2-
YUV116.31144.7567.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.37%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=9.37%
G=46.53%
B=44.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311541460.8000.050.40176.166.4936.27
Hex1F9A92500528b04224
Octal37232222120055026010244
Binary11111100110101001001010100000101101000101100001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,154,146); }

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

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

 a { background-color: rgb(31,154,146); }

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

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

 span { border-color: rgb(31,154,146); }

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