Shades of Java #1AA396
Tints of Java #1AA396
RGB
CMYK
RGB Variations
Color information
#1AA396 (or 0x1AA396) is known color: Java. HEX triplet: 1A, A3 and 96. RGB value is (26,163,150). Sum of RGB (Red+Green+Blue) = 26+163+150=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA396 is #E55C69. Grayscale: #787878. Windows color (decimal): -15031402 or 9872154. OLE color: 9872154.
HSL color Cylindrical-coordinate representation of color #1AA396: hue angle of 174.31º 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 #1AA396 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 163 | 150 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.36 |
| HSL | 174.31º | 0.72% | 0.37% | - |
| HSV(B) | 174.31º | 0.84% | 0.64% | - |
| XYZ | 19.03 | 28.62 | 33.37 | - |
| YUV | 120.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 150 | 0.84 | 0 | 0.08 | 0.36 | 174.31 | 0.72 | 0.37 |
| Hex | 1A | A3 | 96 | 54 | 0 | 8 | 24 | AE | 48 | 25 |
| Octal | 32 | 243 | 226 | 124 | 0 | 10 | 44 | 256 | 110 | 45 |
| Binary | 11010 | 10100011 | 10010110 | 1010100 | 0 | 1000 | 100100 | 10101110 | 1001000 | 100101 |
Color Harmonies of #1AA396
Complementary color
Monochromatic Colors of #1AA396
Black with #1AA396
Text Example
Text Example
White with #1AA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA396; }
p { color: rgb(26,163,150); }
H1.HeaderClassName
{
color: #1AA396;
}
.AnyTagClassName
{
color: #1AA396;
}
</style>
background-color css
<style>
a { background-color: #1AA396; }
a { background-color: rgb(26,163,150); }
div.DivClassName
{
background-color: #1AA396;
}
.BgClassName
{
background-color: #1AA396;
}
</style>
border-color css
<style>
span { border-color: #1AA396; }
span { border-color: rgb(26,163,150); }
td.TdClassName
{
border-color: #1AA396;
}
.TagClassName
{
border-color: #1AA396;
}
</style>