Shades of Java #149392
Tints of Java #149392
RGB
CMYK
RGB Variations
Color information
#149392 (or 0x149392) is known color: Java. HEX triplet: 14, 93 and 92. RGB value is (20,147,146). Sum of RGB (Red+Green+Blue) = 20+147+146=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #149392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149392 is #EB6C6D. Grayscale: #6C6C6C. Windows color (decimal): -15428718 or 9605908. OLE color: 9605908.
HSL color Cylindrical-coordinate representation of color #149392: hue angle of 179.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149392 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 146 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.42 |
| HSL | 179.53º | 0.76% | 0.33% | - |
| HSV(B) | 179.53º | 0.86% | 0.58% | - |
| XYZ | 15.91 | 23.09 | 30.81 | - |
| YUV | 108.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 146 | 0.86 | 0 | 0.01 | 0.42 | 179.53 | 0.76 | 0.33 |
| Hex | 14 | 93 | 92 | 56 | 0 | 1 | 2A | B4 | 4C | 21 |
| Octal | 24 | 223 | 222 | 126 | 0 | 1 | 52 | 264 | 114 | 41 |
| Binary | 10100 | 10010011 | 10010010 | 1010110 | 0 | 1 | 101010 | 10110100 | 1001100 | 100001 |
Color Harmonies of #149392
Complementary color
Monochromatic Colors of #149392
Black with #149392
Text Example
Text Example
White with #149392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149392; }
p { color: rgb(20,147,146); }
H1.HeaderClassName
{
color: #149392;
}
.AnyTagClassName
{
color: #149392;
}
</style>
background-color css
<style>
a { background-color: #149392; }
a { background-color: rgb(20,147,146); }
div.DivClassName
{
background-color: #149392;
}
.BgClassName
{
background-color: #149392;
}
</style>
border-color css
<style>
span { border-color: #149392; }
span { border-color: rgb(20,147,146); }
td.TdClassName
{
border-color: #149392;
}
.TagClassName
{
border-color: #149392;
}
</style>