#1FA299

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

Shades of Java #1FA299

Tints of Java #1FA299

Color information

#1FA299 (or 0x1FA299) is unknown color: approx Java. HEX triplet: 1F, A2 and 99. RGB value is (31,162,153). Sum of RGB (Red+Green+Blue) = 31+162+153=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA299 is #E05D66. Grayscale: #797979. Windows color (decimal): -14703975 or 10068511. OLE color: 10068511.

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

Color convert

RGB31162153-
CMYK0.8100.060.36
HSL175.88º67.88%37.84%-
HSV(B)175.88º80.86%63.53%-
XYZ19.2428.4334.61-
YUV121.8145.663.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.96%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=8.96%
G=46.82%
B=44.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621530.8100.060.36175.8867.8837.84
Hex1FA299510624b04426
Octal37242231121064426010446
Binary11111101000101001100110100010110100100101100001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,153); }

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

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

 a { background-color: rgb(31,162,153); }

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

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

 span { border-color: rgb(31,162,153); }

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