Shades of Java #18A09A
Tints of Java #18A09A
RGB
CMYK
RGB Variations
Color information
#18A09A (or 0x18A09A) is known color: Java. HEX triplet: 18, A0 and 9A. RGB value is (24,160,154). Sum of RGB (Red+Green+Blue) = 24+160+154=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #18A09A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A09A is #E75F65. Grayscale: #767676. Windows color (decimal): -15163238 or 10133528. OLE color: 10133528.
HSL color Cylindrical-coordinate representation of color #18A09A: hue angle of 177.35º 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 #18A09A is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 154 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.37 |
| HSL | 177.35º | 0.74% | 0.36% | - |
| HSV(B) | 177.35º | 0.85% | 0.63% | - |
| XYZ | 18.78 | 27.67 | 34.92 | - |
| YUV | 118.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 154 | 0.85 | 0 | 0.04 | 0.37 | 177.35 | 0.74 | 0.36 |
| Hex | 18 | A0 | 9A | 55 | 0 | 4 | 25 | B1 | 4A | 24 |
| Octal | 30 | 240 | 232 | 125 | 0 | 4 | 45 | 261 | 112 | 44 |
| Binary | 11000 | 10100000 | 10011010 | 1010101 | 0 | 100 | 100101 | 10110001 | 1001010 | 100100 |
Color Harmonies of #18A09A
Complementary color
Monochromatic Colors of #18A09A
Black with #18A09A
Text Example
Text Example
White with #18A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A09A; }
p { color: rgb(24,160,154); }
H1.HeaderClassName
{
color: #18A09A;
}
.AnyTagClassName
{
color: #18A09A;
}
</style>
background-color css
<style>
a { background-color: #18A09A; }
a { background-color: rgb(24,160,154); }
div.DivClassName
{
background-color: #18A09A;
}
.BgClassName
{
background-color: #18A09A;
}
</style>
border-color css
<style>
span { border-color: #18A09A; }
span { border-color: rgb(24,160,154); }
td.TdClassName
{
border-color: #18A09A;
}
.TagClassName
{
border-color: #18A09A;
}
</style>