Shades of Java #1DA494
Tints of Java #1DA494
RGB
CMYK
RGB Variations
Color information
#1DA494 (or 0x1DA494) is known color: Java. HEX triplet: 1D, A4 and 94. RGB value is (29,164,148). Sum of RGB (Red+Green+Blue) = 29+164+148=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA494 is #E25B6B. Grayscale: #797979. Windows color (decimal): -14834540 or 9741341. OLE color: 9741341.
HSL color Cylindrical-coordinate representation of color #1DA494: hue angle of 172.89º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA494 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 148 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.36 |
| HSL | 172.89º | 0.7% | 0.38% | - |
| HSV(B) | 172.89º | 0.82% | 0.64% | - |
| XYZ | 19.13 | 28.95 | 32.6 | - |
| YUV | 121.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 148 | 0.82 | 0 | 0.10 | 0.36 | 172.89 | 0.7 | 0.38 |
| Hex | 1D | A4 | 94 | 52 | 0 | A | 24 | AD | 46 | 26 |
| Octal | 35 | 244 | 224 | 122 | 0 | 12 | 44 | 255 | 106 | 46 |
| Binary | 11101 | 10100100 | 10010100 | 1010010 | 0 | 1010 | 100100 | 10101101 | 1000110 | 100110 |
Color Harmonies of #1DA494
Complementary color
Monochromatic Colors of #1DA494
Black with #1DA494
Text Example
Text Example
White with #1DA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA494; }
p { color: rgb(29,164,148); }
H1.HeaderClassName
{
color: #1DA494;
}
.AnyTagClassName
{
color: #1DA494;
}
</style>
background-color css
<style>
a { background-color: #1DA494; }
a { background-color: rgb(29,164,148); }
div.DivClassName
{
background-color: #1DA494;
}
.BgClassName
{
background-color: #1DA494;
}
</style>
border-color css
<style>
span { border-color: #1DA494; }
span { border-color: rgb(29,164,148); }
td.TdClassName
{
border-color: #1DA494;
}
.TagClassName
{
border-color: #1DA494;
}
</style>