Shades of Java #18A294
Tints of Java #18A294
RGB
CMYK
RGB Variations
Color information
#18A294 (or 0x18A294) is known color: Java. HEX triplet: 18, A2 and 94. RGB value is (24,162,148). Sum of RGB (Red+Green+Blue) = 24+162+148=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #18A294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A294 is #E75D6B. Grayscale: #777777. Windows color (decimal): -15162732 or 9740824. OLE color: 9740824.
HSL color Cylindrical-coordinate representation of color #18A294: hue angle of 173.91º 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 #18A294 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 148 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.36 |
| HSL | 173.91º | 0.74% | 0.36% | - |
| HSV(B) | 173.91º | 0.85% | 0.64% | - |
| XYZ | 18.64 | 28.17 | 32.47 | - |
| YUV | 119.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 148 | 0.85 | 0 | 0.09 | 0.36 | 173.91 | 0.74 | 0.36 |
| Hex | 18 | A2 | 94 | 55 | 0 | 9 | 24 | AE | 4A | 24 |
| Octal | 30 | 242 | 224 | 125 | 0 | 11 | 44 | 256 | 112 | 44 |
| Binary | 11000 | 10100010 | 10010100 | 1010101 | 0 | 1001 | 100100 | 10101110 | 1001010 | 100100 |
Color Harmonies of #18A294
Complementary color
Monochromatic Colors of #18A294
Black with #18A294
Text Example
Text Example
White with #18A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A294; }
p { color: rgb(24,162,148); }
H1.HeaderClassName
{
color: #18A294;
}
.AnyTagClassName
{
color: #18A294;
}
</style>
background-color css
<style>
a { background-color: #18A294; }
a { background-color: rgb(24,162,148); }
div.DivClassName
{
background-color: #18A294;
}
.BgClassName
{
background-color: #18A294;
}
</style>
border-color css
<style>
span { border-color: #18A294; }
span { border-color: rgb(24,162,148); }
td.TdClassName
{
border-color: #18A294;
}
.TagClassName
{
border-color: #18A294;
}
</style>