Shades of Java #1AA291
Tints of Java #1AA291
RGB
CMYK
RGB Variations
Color information
#1AA291 (or 0x1AA291) is known color: Java. HEX triplet: 1A, A2 and 91. RGB value is (26,162,145). Sum of RGB (Red+Green+Blue) = 26+162+145=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA291 is #E55D6E. Grayscale: #777777. Windows color (decimal): -15031663 or 9544218. OLE color: 9544218.
HSL color Cylindrical-coordinate representation of color #1AA291: hue angle of 172.5º 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 #1AA291 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
RGB | 26 | 162 | 145 | - |
CMYK | 0.84 | 0 | 0.10 | 0.36 |
HSL | 172.5º | 0.72% | 0.37% | - |
HSV(B) | 172.5º | 0.84% | 0.64% | - |
XYZ | 18.46 | 28.1 | 31.24 | - |
YUV | 119.4 | 142.44 | 61.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 162 | 145 | 0.84 | 0 | 0.10 | 0.36 | 172.5 | 0.72 | 0.37 |
Hex | 1A | A2 | 91 | 54 | 0 | A | 24 | AC | 48 | 25 |
Octal | 32 | 242 | 221 | 124 | 0 | 12 | 44 | 254 | 110 | 45 |
Binary | 11010 | 10100010 | 10010001 | 1010100 | 0 | 1010 | 100100 | 10101100 | 1001000 | 100101 |
Color Harmonies of #1AA291
Complementary color
Monochromatic Colors of #1AA291
Black with #1AA291
Text Example
Text Example
White with #1AA291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA291; }
p { color: rgb(26,162,145); }
H1.HeaderClassName
{
color: #1AA291;
}
.AnyTagClassName
{
color: #1AA291;
}
</style>
background-color css
<style>
a { background-color: #1AA291; }
a { background-color: rgb(26,162,145); }
div.DivClassName
{
background-color: #1AA291;
}
.BgClassName
{
background-color: #1AA291;
}
</style>
border-color css
<style>
span { border-color: #1AA291; }
span { border-color: rgb(26,162,145); }
td.TdClassName
{
border-color: #1AA291;
}
.TagClassName
{
border-color: #1AA291;
}
</style>