Shades of Java #18958A
Tints of Java #18958A
RGB
CMYK
RGB Variations
Color information
#18958A (or 0x18958A) is known color: Java. HEX triplet: 18, 95 and 8A. RGB value is (24,149,138). Sum of RGB (Red+Green+Blue) = 24+149+138=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #18958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18958A is #E76A75. Grayscale: #6E6E6E. Windows color (decimal): -15166070 or 9082136. OLE color: 9082136.
HSL color Cylindrical-coordinate representation of color #18958A: hue angle of 174.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18958A is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 138 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.42 |
| HSL | 174.72º | 0.72% | 0.34% | - |
| HSV(B) | 174.72º | 0.84% | 0.58% | - |
| XYZ | 15.71 | 23.52 | 27.76 | - |
| YUV | 110.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 138 | 0.84 | 0 | 0.07 | 0.42 | 174.72 | 0.72 | 0.34 |
| Hex | 18 | 95 | 8A | 54 | 0 | 7 | 2A | AF | 48 | 22 |
| Octal | 30 | 225 | 212 | 124 | 0 | 7 | 52 | 257 | 110 | 42 |
| Binary | 11000 | 10010101 | 10001010 | 1010100 | 0 | 111 | 101010 | 10101111 | 1001000 | 100010 |
Color Harmonies of #18958A
Complementary color
Monochromatic Colors of #18958A
Black with #18958A
Text Example
Text Example
White with #18958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18958A; }
p { color: rgb(24,149,138); }
H1.HeaderClassName
{
color: #18958A;
}
.AnyTagClassName
{
color: #18958A;
}
</style>
background-color css
<style>
a { background-color: #18958A; }
a { background-color: rgb(24,149,138); }
div.DivClassName
{
background-color: #18958A;
}
.BgClassName
{
background-color: #18958A;
}
</style>
border-color css
<style>
span { border-color: #18958A; }
span { border-color: rgb(24,149,138); }
td.TdClassName
{
border-color: #18958A;
}
.TagClassName
{
border-color: #18958A;
}
</style>