#18a093

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

Shades of Java #18A093

Tints of Java #18A093

Color information

#18A093 (or 0x18A093) is unknown color: approx Java. HEX triplet: 18, A0 and 93. RGB value is (24,160,147). Sum of RGB (Red+Green+Blue) = 24+160+147=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #18A093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A093 is #E75F6C. Grayscale: #757575. Windows color (decimal): -15163245 or 9674776. OLE color: 9674776.

HSL color Cylindrical-coordinate representation of color #18A093: hue angle of 174.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A093 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB24160147-
CMYK0.8500.080.37
HSL174.26º73.91%36.08%-
HSV(B)174.26º85%62.75%-
XYZ18.2127.4431.94-
YUV117.85144.4461.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.25%
GREEN value IS 160 (62.89% from 255) = 48.34%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=7.25%
G=48.34%
B=44.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241601470.8500.080.37174.2673.9136.08
Hex18A093550825ae4a24
Octal302402231250104525611244
Binary110001010000010010011101010101000100101101011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,160,147); }

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

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

 a { background-color: rgb(24,160,147); }

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

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

 span { border-color: rgb(24,160,147); }

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