#1A9F90

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

Shades of Java #1A9F90

Tints of Java #1A9F90

Color information

#1A9F90 (or 0x1A9F90) is unknown color: approx Java. HEX triplet: 1A, 9F and 90. RGB value is (26,159,144). Sum of RGB (Red+Green+Blue) = 26+159+144=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9F90 is #E5606F. Grayscale: #757575. Windows color (decimal): -15032432 or 9477914. OLE color: 9477914.

HSL color Cylindrical-coordinate representation of color #1A9F90: hue angle of 173.23º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9F90 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB26159144-
CMYK0.8400.090.38
HSL173.23º71.89%36.27%-
HSV(B)173.23º83.65%62.35%-
XYZ17.8627.0330.66-
YUV117.52142.9462.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.90%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=7.90%
G=48.33%
B=43.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261591440.8400.090.38173.2371.8936.27
Hex1A9F90540926ad4824
Octal322372201240114625511044
Binary110101001111110010000101010001001100110101011011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,159,144); }

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

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

 a { background-color: rgb(26,159,144); }

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

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

 span { border-color: rgb(26,159,144); }

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