Shades of Java #18A499
Tints of Java #18A499
RGB
CMYK
RGB Variations
Color information
#18A499 (or 0x18A499) is known color: Java. HEX triplet: 18, A4 and 99. RGB value is (24,164,153). Sum of RGB (Red+Green+Blue) = 24+164+153=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #18A499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A499 is #E75B66. Grayscale: #787878. Windows color (decimal): -15162215 or 10069016. OLE color: 10069016.
HSL color Cylindrical-coordinate representation of color #18A499: hue angle of 175.29º 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 #18A499 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 153 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.36 |
| HSL | 175.29º | 0.74% | 0.37% | - |
| HSV(B) | 175.29º | 0.85% | 0.64% | - |
| XYZ | 19.4 | 29.05 | 34.72 | - |
| YUV | 120.89 | 146.12 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 153 | 0.85 | 0 | 0.07 | 0.36 | 175.29 | 0.74 | 0.37 |
| Hex | 18 | A4 | 99 | 55 | 0 | 7 | 24 | AF | 4A | 25 |
| Octal | 30 | 244 | 231 | 125 | 0 | 7 | 44 | 257 | 112 | 45 |
| Binary | 11000 | 10100100 | 10011001 | 1010101 | 0 | 111 | 100100 | 10101111 | 1001010 | 100101 |
Color Harmonies of #18A499
Complementary color
Monochromatic Colors of #18A499
Black with #18A499
Text Example
Text Example
White with #18A499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A499; }
p { color: rgb(24,164,153); }
H1.HeaderClassName
{
color: #18A499;
}
.AnyTagClassName
{
color: #18A499;
}
</style>
background-color css
<style>
a { background-color: #18A499; }
a { background-color: rgb(24,164,153); }
div.DivClassName
{
background-color: #18A499;
}
.BgClassName
{
background-color: #18A499;
}
</style>
border-color css
<style>
span { border-color: #18A499; }
span { border-color: rgb(24,164,153); }
td.TdClassName
{
border-color: #18A499;
}
.TagClassName
{
border-color: #18A499;
}
</style>