Shades of Java #1DA09E
Tints of Java #1DA09E
RGB
CMYK
RGB Variations
Color information
#1DA09E (or 0x1DA09E) is known color: Java. HEX triplet: 1D, A0 and 9E. RGB value is (29,160,158). Sum of RGB (Red+Green+Blue) = 29+160+158=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA09E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA09E is #E25F61. Grayscale: #787878. Windows color (decimal): -14835554 or 10395677. OLE color: 10395677.
HSL color Cylindrical-coordinate representation of color #1DA09E: hue angle of 179.08º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA09E is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 158 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.37 |
| HSL | 179.08º | 0.69% | 0.37% | - |
| HSV(B) | 179.08º | 0.82% | 0.63% | - |
| XYZ | 19.25 | 27.87 | 36.71 | - |
| YUV | 120.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 158 | 0.82 | 0 | 0.01 | 0.37 | 179.08 | 0.69 | 0.37 |
| Hex | 1D | A0 | 9E | 52 | 0 | 1 | 25 | B3 | 45 | 25 |
| Octal | 35 | 240 | 236 | 122 | 0 | 1 | 45 | 263 | 105 | 45 |
| Binary | 11101 | 10100000 | 10011110 | 1010010 | 0 | 1 | 100101 | 10110011 | 1000101 | 100101 |
Color Harmonies of #1DA09E
Complementary color
Monochromatic Colors of #1DA09E
Black with #1DA09E
Text Example
Text Example
White with #1DA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA09E; }
p { color: rgb(29,160,158); }
H1.HeaderClassName
{
color: #1DA09E;
}
.AnyTagClassName
{
color: #1DA09E;
}
</style>
background-color css
<style>
a { background-color: #1DA09E; }
a { background-color: rgb(29,160,158); }
div.DivClassName
{
background-color: #1DA09E;
}
.BgClassName
{
background-color: #1DA09E;
}
</style>
border-color css
<style>
span { border-color: #1DA09E; }
span { border-color: rgb(29,160,158); }
td.TdClassName
{
border-color: #1DA09E;
}
.TagClassName
{
border-color: #1DA09E;
}
</style>