Shades of Java #149A90
Tints of Java #149A90
RGB
CMYK
RGB Variations
Color information
#149A90 (or 0x149A90) is known color: Java. HEX triplet: 14, 9A and 90. RGB value is (20,154,144). Sum of RGB (Red+Green+Blue) = 20+154+144=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #149A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149A90 is #EB656F. Grayscale: #707070. Windows color (decimal): -15426928 or 9476628. OLE color: 9476628.
HSL color Cylindrical-coordinate representation of color #149A90: hue angle of 175.52º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A90 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 154 | 144 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.40 |
| HSL | 175.52º | 0.77% | 0.34% | - |
| HSV(B) | 175.52º | 0.87% | 0.6% | - |
| XYZ | 16.88 | 25.27 | 30.37 | - |
| YUV | 112.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 144 | 0.87 | 0 | 0.06 | 0.40 | 175.52 | 0.77 | 0.34 |
| Hex | 14 | 9A | 90 | 57 | 0 | 6 | 28 | B0 | 4D | 22 |
| Octal | 24 | 232 | 220 | 127 | 0 | 6 | 50 | 260 | 115 | 42 |
| Binary | 10100 | 10011010 | 10010000 | 1010111 | 0 | 110 | 101000 | 10110000 | 1001101 | 100010 |
Color Harmonies of #149A90
Complementary color
Monochromatic Colors of #149A90
Black with #149A90
Text Example
Text Example
White with #149A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149A90; }
p { color: rgb(20,154,144); }
H1.HeaderClassName
{
color: #149A90;
}
.AnyTagClassName
{
color: #149A90;
}
</style>
background-color css
<style>
a { background-color: #149A90; }
a { background-color: rgb(20,154,144); }
div.DivClassName
{
background-color: #149A90;
}
.BgClassName
{
background-color: #149A90;
}
</style>
border-color css
<style>
span { border-color: #149A90; }
span { border-color: rgb(20,154,144); }
td.TdClassName
{
border-color: #149A90;
}
.TagClassName
{
border-color: #149A90;
}
</style>