Shades of Java #18A39A
Tints of Java #18A39A
RGB
CMYK
RGB Variations
Color information
#18A39A (or 0x18A39A) is known color: Java. HEX triplet: 18, A3 and 9A. RGB value is (24,163,154). Sum of RGB (Red+Green+Blue) = 24+163+154=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #18A39A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A39A is #E75C65. Grayscale: #787878. Windows color (decimal): -15162470 or 10134296. OLE color: 10134296.
HSL color Cylindrical-coordinate representation of color #18A39A: hue angle of 176.12º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A39A is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 154 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.36 |
| HSL | 176.12º | 0.74% | 0.37% | - |
| HSV(B) | 176.12º | 0.85% | 0.64% | - |
| XYZ | 19.31 | 28.72 | 35.1 | - |
| YUV | 120.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 154 | 0.85 | 0 | 0.06 | 0.36 | 176.12 | 0.74 | 0.37 |
| Hex | 18 | A3 | 9A | 55 | 0 | 6 | 24 | B0 | 4A | 25 |
| Octal | 30 | 243 | 232 | 125 | 0 | 6 | 44 | 260 | 112 | 45 |
| Binary | 11000 | 10100011 | 10011010 | 1010101 | 0 | 110 | 100100 | 10110000 | 1001010 | 100101 |
Color Harmonies of #18A39A
Complementary color
Monochromatic Colors of #18A39A
Black with #18A39A
Text Example
Text Example
White with #18A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A39A; }
p { color: rgb(24,163,154); }
H1.HeaderClassName
{
color: #18A39A;
}
.AnyTagClassName
{
color: #18A39A;
}
</style>
background-color css
<style>
a { background-color: #18A39A; }
a { background-color: rgb(24,163,154); }
div.DivClassName
{
background-color: #18A39A;
}
.BgClassName
{
background-color: #18A39A;
}
</style>
border-color css
<style>
span { border-color: #18A39A; }
span { border-color: rgb(24,163,154); }
td.TdClassName
{
border-color: #18A39A;
}
.TagClassName
{
border-color: #18A39A;
}
</style>