Shades of Java #1DA59A
Tints of Java #1DA59A
RGB
CMYK
RGB Variations
Color information
#1DA59A (or 0x1DA59A) is known color: Java. HEX triplet: 1D, A5 and 9A. RGB value is (29,165,154). Sum of RGB (Red+Green+Blue) = 29+165+154=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA59A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA59A is #E25A65. Grayscale: #7A7A7A. Windows color (decimal): -14834278 or 10134813. OLE color: 10134813.
HSL color Cylindrical-coordinate representation of color #1DA59A: hue angle of 175.15º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA59A is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 154 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.35 |
| HSL | 175.15º | 0.7% | 0.38% | - |
| HSV(B) | 175.15º | 0.82% | 0.65% | - |
| XYZ | 19.79 | 29.5 | 35.22 | - |
| YUV | 123.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 154 | 0.82 | 0 | 0.07 | 0.35 | 175.15 | 0.7 | 0.38 |
| Hex | 1D | A5 | 9A | 52 | 0 | 7 | 23 | AF | 46 | 26 |
| Octal | 35 | 245 | 232 | 122 | 0 | 7 | 43 | 257 | 106 | 46 |
| Binary | 11101 | 10100101 | 10011010 | 1010010 | 0 | 111 | 100011 | 10101111 | 1000110 | 100110 |
Color Harmonies of #1DA59A
Complementary color
Monochromatic Colors of #1DA59A
Black with #1DA59A
Text Example
Text Example
White with #1DA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA59A; }
p { color: rgb(29,165,154); }
H1.HeaderClassName
{
color: #1DA59A;
}
.AnyTagClassName
{
color: #1DA59A;
}
</style>
background-color css
<style>
a { background-color: #1DA59A; }
a { background-color: rgb(29,165,154); }
div.DivClassName
{
background-color: #1DA59A;
}
.BgClassName
{
background-color: #1DA59A;
}
</style>
border-color css
<style>
span { border-color: #1DA59A; }
span { border-color: rgb(29,165,154); }
td.TdClassName
{
border-color: #1DA59A;
}
.TagClassName
{
border-color: #1DA59A;
}
</style>