Shades of Java #1AA090
Tints of Java #1AA090
RGB
CMYK
RGB Variations
Color information
#1AA090 (or 0x1AA090) is known color: Java. HEX triplet: 1A, A0 and 90. RGB value is (26,160,144). Sum of RGB (Red+Green+Blue) = 26+160+144=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA090 is #E55F6F. Grayscale: #767676. Windows color (decimal): -15032176 or 9478170. OLE color: 9478170.
HSL color Cylindrical-coordinate representation of color #1AA090: hue angle of 172.84º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA090 is Cyan = 0.84, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 144 | - |
| CMYK | 0.84 | 0 | 0.1 | 0.37 |
| HSL | 172.84º | 0.72% | 0.36% | - |
| HSV(B) | 172.84º | 0.84% | 0.63% | - |
| XYZ | 18.03 | 27.37 | 30.72 | - |
| YUV | 118.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 144 | 0.84 | 0 | 0.1 | 0.37 | 172.84 | 0.72 | 0.36 |
| Hex | 1A | A0 | 90 | 54 | 0 | A | 25 | AD | 48 | 24 |
| Octal | 32 | 240 | 220 | 124 | 0 | 12 | 45 | 255 | 110 | 44 |
| Binary | 11010 | 10100000 | 10010000 | 1010100 | 0 | 1010 | 100101 | 10101101 | 1001000 | 100100 |
Color Harmonies of #1AA090
Complementary color
Monochromatic Colors of #1AA090
Black with #1AA090
Text Example
Text Example
White with #1AA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA090; }
p { color: rgb(26,160,144); }
H1.HeaderClassName
{
color: #1AA090;
}
.AnyTagClassName
{
color: #1AA090;
}
</style>
background-color css
<style>
a { background-color: #1AA090; }
a { background-color: rgb(26,160,144); }
div.DivClassName
{
background-color: #1AA090;
}
.BgClassName
{
background-color: #1AA090;
}
</style>
border-color css
<style>
span { border-color: #1AA090; }
span { border-color: rgb(26,160,144); }
td.TdClassName
{
border-color: #1AA090;
}
.TagClassName
{
border-color: #1AA090;
}
</style>