#149592

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

Shades of Java #149592

Tints of Java #149592

Color information

#149592 (or 0x149592) is unknown color: approx Java. HEX triplet: 14, 95 and 92. RGB value is (20,149,146). Sum of RGB (Red+Green+Blue) = 20+149+146=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #149592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149592 is #EB6A6D. Grayscale: #6D6D6D. Windows color (decimal): -15428206 or 9606420. OLE color: 9606420.

HSL color Cylindrical-coordinate representation of color #149592: hue angle of 178.6º 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 #149592 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB20149146-
CMYK0.8700.020.42
HSL178.6º76.33%33.14%-
HSV(B)178.6º86.58%58.43%-
XYZ16.2223.7230.92-
YUV110.09148.2663.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=6.35%
G=47.30%
B=46.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201491460.8700.020.42178.676.3333.14
Hex14959257022Ab34c21
Octal24225222127025226311441
Binary1010010010101100100101010111010101010101100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149592; }

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

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

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

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

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

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

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

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