#18958A

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

Shades of Java #18958A

Tints of Java #18958A

Color information

#18958A (or 0x18958A) is unknown color: approx Java. HEX triplet: 18, 95 and 8A. RGB value is (24,149,138). Sum of RGB (Red+Green+Blue) = 24+149+138=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #18958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18958A is #E76A75. Grayscale: #6E6E6E. Windows color (decimal): -15166070 or 9082136. OLE color: 9082136.

HSL color Cylindrical-coordinate representation of color #18958A: hue angle of 174.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18958A is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB24149138-
CMYK0.8400.070.42
HSL174.72º72.25%33.92%-
HSV(B)174.72º83.89%58.43%-
XYZ15.7123.5227.76-
YUV110.37143.5966.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.72%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=7.72%
G=47.91%
B=44.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241491380.8400.070.42174.7272.2533.92
Hex18958A54072Aaf4822
Octal30225212124075225711042
Binary11000100101011000101010101000111101010101011111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18958A; }

 p { color: rgb(24,149,138); }

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

<style>
 a { background-color: #18958A; }

 a { background-color: rgb(24,149,138); }

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

<style>
 span { border-color: #18958A; }

 span { border-color: rgb(24,149,138); }

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