Shades of Java #1DA49D
Tints of Java #1DA49D
RGB
CMYK
RGB Variations
Color information
#1DA49D (or 0x1DA49D) is known color: Java. HEX triplet: 1D, A4 and 9D. RGB value is (29,164,157). Sum of RGB (Red+Green+Blue) = 29+164+157=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA49D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA49D is #E25B62. Grayscale: #7A7A7A. Windows color (decimal): -14834531 or 10331165. OLE color: 10331165.
HSL color Cylindrical-coordinate representation of color #1DA49D: hue angle of 176.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 #1DA49D is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 157 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.36 |
| HSL | 176.89º | 0.7% | 0.38% | - |
| HSV(B) | 176.89º | 0.82% | 0.64% | - |
| XYZ | 19.87 | 29.25 | 36.5 | - |
| YUV | 122.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 157 | 0.82 | 0 | 0.04 | 0.36 | 176.89 | 0.7 | 0.38 |
| Hex | 1D | A4 | 9D | 52 | 0 | 4 | 24 | B1 | 46 | 26 |
| Octal | 35 | 244 | 235 | 122 | 0 | 4 | 44 | 261 | 106 | 46 |
| Binary | 11101 | 10100100 | 10011101 | 1010010 | 0 | 100 | 100100 | 10110001 | 1000110 | 100110 |
Color Harmonies of #1DA49D
Complementary color
Monochromatic Colors of #1DA49D
Black with #1DA49D
Text Example
Text Example
White with #1DA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA49D; }
p { color: rgb(29,164,157); }
H1.HeaderClassName
{
color: #1DA49D;
}
.AnyTagClassName
{
color: #1DA49D;
}
</style>
background-color css
<style>
a { background-color: #1DA49D; }
a { background-color: rgb(29,164,157); }
div.DivClassName
{
background-color: #1DA49D;
}
.BgClassName
{
background-color: #1DA49D;
}
</style>
border-color css
<style>
span { border-color: #1DA49D; }
span { border-color: rgb(29,164,157); }
td.TdClassName
{
border-color: #1DA49D;
}
.TagClassName
{
border-color: #1DA49D;
}
</style>