#149590

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

Shades of Java #149590

Tints of Java #149590

Color information

#149590 (or 0x149590) is unknown color: approx Java. HEX triplet: 14, 95 and 90. RGB value is (20,149,144). Sum of RGB (Red+Green+Blue) = 20+149+144=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #149590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149590 is #EB6A6F. Grayscale: #6D6D6D. Windows color (decimal): -15428208 or 9475348. OLE color: 9475348.

HSL color Cylindrical-coordinate representation of color #149590: hue angle of 177.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149590 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB20149144-
CMYK0.8700.030.42
HSL177.67º76.33%33.14%-
HSV(B)177.67º86.58%58.43%-
XYZ16.0723.6630.1-
YUV109.86147.2663.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=6.39%
G=47.60%
B=46.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201491440.8700.030.42177.6776.3333.14
Hex14959057032Ab24c21
Octal24225220127035226211441
Binary1010010010101100100001010111011101010101100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149590; }

 p { color: rgb(20,149,144); }

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

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

 a { background-color: rgb(20,149,144); }

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

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

 span { border-color: rgb(20,149,144); }

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