#14A098

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

Shades of Java #14A098

Tints of Java #14A098

Color information

#14A098 (or 0x14A098) is unknown color: approx Java. HEX triplet: 14, A0 and 98. RGB value is (20,160,152). Sum of RGB (Red+Green+Blue) = 20+160+152=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #14A098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A098 is #EB5F67. Grayscale: #757575. Windows color (decimal): -15425384 or 10002452. OLE color: 10002452.

HSL color Cylindrical-coordinate representation of color #14A098: hue angle of 176.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A098 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB20160152-
CMYK0.8800.050.37
HSL176.57º77.78%35.29%-
HSV(B)176.57º87.5%62.75%-
XYZ18.5327.5634.05-
YUV117.23147.6258.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=6.02%
G=48.19%
B=45.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal201601520.8800.050.37176.5777.7835.29
Hex14A098580525b14e23
Octal24240230130054526111643
Binary10100101000001001100010110000101100101101100011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A098; }

 p { color: rgb(20,160,152); }

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

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

 a { background-color: rgb(20,160,152); }

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

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

 span { border-color: rgb(20,160,152); }

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