Shades of Java #1AA091
Tints of Java #1AA091
RGB
CMYK
RGB Variations
Color information
#1AA091 (or 0x1AA091) is known color: Java. HEX triplet: 1A, A0 and 91. RGB value is (26,160,145). Sum of RGB (Red+Green+Blue) = 26+160+145=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA091 is #E55F6E. Grayscale: #767676. Windows color (decimal): -15032175 or 9543706. OLE color: 9543706.
HSL color Cylindrical-coordinate representation of color #1AA091: hue angle of 173.28º 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 #1AA091 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 145 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.37 |
| HSL | 173.28º | 0.72% | 0.36% | - |
| HSV(B) | 173.28º | 0.84% | 0.63% | - |
| XYZ | 18.11 | 27.41 | 31.12 | - |
| YUV | 118.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 145 | 0.84 | 0 | 0.09 | 0.37 | 173.28 | 0.72 | 0.36 |
| Hex | 1A | A0 | 91 | 54 | 0 | 9 | 25 | AD | 48 | 24 |
| Octal | 32 | 240 | 221 | 124 | 0 | 11 | 45 | 255 | 110 | 44 |
| Binary | 11010 | 10100000 | 10010001 | 1010100 | 0 | 1001 | 100101 | 10101101 | 1001000 | 100100 |
Color Harmonies of #1AA091
Complementary color
Monochromatic Colors of #1AA091
Black with #1AA091
Text Example
Text Example
White with #1AA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA091; }
p { color: rgb(26,160,145); }
H1.HeaderClassName
{
color: #1AA091;
}
.AnyTagClassName
{
color: #1AA091;
}
</style>
background-color css
<style>
a { background-color: #1AA091; }
a { background-color: rgb(26,160,145); }
div.DivClassName
{
background-color: #1AA091;
}
.BgClassName
{
background-color: #1AA091;
}
</style>
border-color css
<style>
span { border-color: #1AA091; }
span { border-color: rgb(26,160,145); }
td.TdClassName
{
border-color: #1AA091;
}
.TagClassName
{
border-color: #1AA091;
}
</style>