Shades of Java #18918A
Tints of Java #18918A
RGB
CMYK
RGB Variations
Color information
#18918A (or 0x18918A) is known color: Java. HEX triplet: 18, 91 and 8A. RGB value is (24,145,138). Sum of RGB (Red+Green+Blue) = 24+145+138=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #18918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18918A is #E76E75. Grayscale: #6B6B6B. Windows color (decimal): -15167094 or 9081112. OLE color: 9081112.
HSL color Cylindrical-coordinate representation of color #18918A: hue angle of 176.53º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18918A is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 138 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.43 |
| HSL | 176.53º | 0.72% | 0.33% | - |
| HSV(B) | 176.53º | 0.83% | 0.57% | - |
| XYZ | 15.09 | 22.28 | 27.55 | - |
| YUV | 108.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 138 | 0.83 | 0 | 0.05 | 0.43 | 176.53 | 0.72 | 0.33 |
| Hex | 18 | 91 | 8A | 53 | 0 | 5 | 2B | B1 | 48 | 21 |
| Octal | 30 | 221 | 212 | 123 | 0 | 5 | 53 | 261 | 110 | 41 |
| Binary | 11000 | 10010001 | 10001010 | 1010011 | 0 | 101 | 101011 | 10110001 | 1001000 | 100001 |
Color Harmonies of #18918A
Complementary color
Monochromatic Colors of #18918A
Black with #18918A
Text Example
Text Example
White with #18918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18918A; }
p { color: rgb(24,145,138); }
H1.HeaderClassName
{
color: #18918A;
}
.AnyTagClassName
{
color: #18918A;
}
</style>
background-color css
<style>
a { background-color: #18918A; }
a { background-color: rgb(24,145,138); }
div.DivClassName
{
background-color: #18918A;
}
.BgClassName
{
background-color: #18918A;
}
</style>
border-color css
<style>
span { border-color: #18918A; }
span { border-color: rgb(24,145,138); }
td.TdClassName
{
border-color: #18918A;
}
.TagClassName
{
border-color: #18918A;
}
</style>