Shades of Java #1AA292
Tints of Java #1AA292
RGB
CMYK
RGB Variations
Color information
#1AA292 (or 0x1AA292) is known color: Java. HEX triplet: 1A, A2 and 92. RGB value is (26,162,146). Sum of RGB (Red+Green+Blue) = 26+162+146=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA292 is #E55D6D. Grayscale: #777777. Windows color (decimal): -15031662 or 9609754. OLE color: 9609754.
HSL color Cylindrical-coordinate representation of color #1AA292: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA292 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 162 | 146 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.36 |
| HSL | 172.94º | 0.72% | 0.37% | - |
| HSV(B) | 172.94º | 0.84% | 0.64% | - |
| XYZ | 18.53 | 28.14 | 31.65 | - |
| YUV | 119.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 162 | 146 | 0.84 | 0 | 0.10 | 0.36 | 172.94 | 0.72 | 0.37 |
| Hex | 1A | A2 | 92 | 54 | 0 | A | 24 | AD | 48 | 25 |
| Octal | 32 | 242 | 222 | 124 | 0 | 12 | 44 | 255 | 110 | 45 |
| Binary | 11010 | 10100010 | 10010010 | 1010100 | 0 | 1010 | 100100 | 10101101 | 1001000 | 100101 |
Color Harmonies of #1AA292
Complementary color
Monochromatic Colors of #1AA292
Black with #1AA292
Text Example
Text Example
White with #1AA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA292; }
p { color: rgb(26,162,146); }
H1.HeaderClassName
{
color: #1AA292;
}
.AnyTagClassName
{
color: #1AA292;
}
</style>
background-color css
<style>
a { background-color: #1AA292; }
a { background-color: rgb(26,162,146); }
div.DivClassName
{
background-color: #1AA292;
}
.BgClassName
{
background-color: #1AA292;
}
</style>
border-color css
<style>
span { border-color: #1AA292; }
span { border-color: rgb(26,162,146); }
td.TdClassName
{
border-color: #1AA292;
}
.TagClassName
{
border-color: #1AA292;
}
</style>