#18A699

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

Shades of Java #18A699

Tints of Java #18A699

Color information

#18A699 (or 0x18A699) is unknown color: approx Java. HEX triplet: 18, A6 and 99. RGB value is (24,166,153). Sum of RGB (Red+Green+Blue) = 24+166+153=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #18A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A699 is #E75966. Grayscale: #797979. Windows color (decimal): -15161703 or 10069528. OLE color: 10069528.

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

Color convert

RGB24166153-
CMYK0.8600.080.35
HSL174.51º74.74%37.25%-
HSV(B)174.51º85.54%65.1%-
XYZ19.7629.7734.84-
YUV122.06145.4658.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.00%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=7.00%
G=48.40%
B=44.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241661530.8600.080.35174.5174.7437.25
Hex18A699560823af4b25
Octal302462311260104325711345
Binary110001010011010011001101011001000100011101011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,166,153); }

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

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

 a { background-color: rgb(24,166,153); }

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

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

 span { border-color: rgb(24,166,153); }

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