Shades of Java #18A297
Tints of Java #18A297
RGB
CMYK
RGB Variations
Color information
#18A297 (or 0x18A297) is known color: Java. HEX triplet: 18, A2 and 97. RGB value is (24,162,151). Sum of RGB (Red+Green+Blue) = 24+162+151=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #18A297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A297 is #E75D68. Grayscale: #777777. Windows color (decimal): -15162729 or 9937432. OLE color: 9937432.
HSL color Cylindrical-coordinate representation of color #18A297: hue angle of 175.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A297 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 151 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.36 |
| HSL | 175.22º | 0.74% | 0.36% | - |
| HSV(B) | 175.22º | 0.85% | 0.64% | - |
| XYZ | 18.88 | 28.27 | 33.74 | - |
| YUV | 119.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 151 | 0.85 | 0 | 0.07 | 0.36 | 175.22 | 0.74 | 0.36 |
| Hex | 18 | A2 | 97 | 55 | 0 | 7 | 24 | AF | 4A | 24 |
| Octal | 30 | 242 | 227 | 125 | 0 | 7 | 44 | 257 | 112 | 44 |
| Binary | 11000 | 10100010 | 10010111 | 1010101 | 0 | 111 | 100100 | 10101111 | 1001010 | 100100 |
Color Harmonies of #18A297
Complementary color
Monochromatic Colors of #18A297
Black with #18A297
Text Example
Text Example
White with #18A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A297; }
p { color: rgb(24,162,151); }
H1.HeaderClassName
{
color: #18A297;
}
.AnyTagClassName
{
color: #18A297;
}
</style>
background-color css
<style>
a { background-color: #18A297; }
a { background-color: rgb(24,162,151); }
div.DivClassName
{
background-color: #18A297;
}
.BgClassName
{
background-color: #18A297;
}
</style>
border-color css
<style>
span { border-color: #18A297; }
span { border-color: rgb(24,162,151); }
td.TdClassName
{
border-color: #18A297;
}
.TagClassName
{
border-color: #18A297;
}
</style>