#18918A

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

Shades of Java #18918A

Tints of Java #18918A

Color information

#18918A (or 0x18918A) is unknown color: approx Java. HEX triplet: 18, 91 and 8A. RGB value is (24,145,138). Sum of RGB (Red+Green+Blue) = 24+145+138=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #18918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18918A is #E76E75. Grayscale: #6B6B6B. Windows color (decimal): -15167094 or 9081112. OLE color: 9081112.

HSL color Cylindrical-coordinate representation of color #18918A: hue angle of 176.53º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18918A is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB24145138-
CMYK0.8300.050.43
HSL176.53º71.6%33.14%-
HSV(B)176.53º83.45%56.86%-
XYZ15.0922.2827.55-
YUV108.02144.9168.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=7.82%
G=47.23%
B=44.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241451380.8300.050.43176.5371.633.14
Hex18918A53052Bb14821
Octal30221212123055326111041
Binary11000100100011000101010100110101101011101100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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