#18A594

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

Shades of Java #18A594

Tints of Java #18A594

Color information

#18A594 (or 0x18A594) is unknown color: approx Java. HEX triplet: 18, A5 and 94. RGB value is (24,165,148). Sum of RGB (Red+Green+Blue) = 24+165+148=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #18A594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A594 is #E75A6B. Grayscale: #787878. Windows color (decimal): -15161964 or 9741592. OLE color: 9741592.

HSL color Cylindrical-coordinate representation of color #18A594: hue angle of 172.77º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A594 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB24165148-
CMYK0.8500.100.35
HSL172.77º74.6%37.06%-
HSV(B)172.77º85.45%64.71%-
XYZ19.1829.2432.65-
YUV120.9143.2958.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.12%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=7.12%
G=48.96%
B=43.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651480.8500.100.35172.7774.637.06
Hex18A594550A23ad4b25
Octal302452241250124325511345
Binary110001010010110010100101010101010100011101011011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A594; }

 p { color: rgb(24,165,148); }

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

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

 a { background-color: rgb(24,165,148); }

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

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

 span { border-color: rgb(24,165,148); }

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