Shades of Java #1DA09C
Tints of Java #1DA09C
RGB
CMYK
RGB Variations
Color information
#1DA09C (or 0x1DA09C) is known color: Java. HEX triplet: 1D, A0 and 9C. RGB value is (29,160,156). Sum of RGB (Red+Green+Blue) = 29+160+156=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA09C is #E25F63. Grayscale: #787878. Windows color (decimal): -14835556 or 10264605. OLE color: 10264605.
HSL color Cylindrical-coordinate representation of color #1DA09C: hue angle of 178.17º 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 #1DA09C is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 156 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.37 |
| HSL | 178.17º | 0.69% | 0.37% | - |
| HSV(B) | 178.17º | 0.82% | 0.63% | - |
| XYZ | 19.08 | 27.8 | 35.81 | - |
| YUV | 120.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 156 | 0.82 | 0 | 0.02 | 0.37 | 178.17 | 0.69 | 0.37 |
| Hex | 1D | A0 | 9C | 52 | 0 | 2 | 25 | B2 | 45 | 25 |
| Octal | 35 | 240 | 234 | 122 | 0 | 2 | 45 | 262 | 105 | 45 |
| Binary | 11101 | 10100000 | 10011100 | 1010010 | 0 | 10 | 100101 | 10110010 | 1000101 | 100101 |
Color Harmonies of #1DA09C
Complementary color
Monochromatic Colors of #1DA09C
Black with #1DA09C
Text Example
Text Example
White with #1DA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA09C; }
p { color: rgb(29,160,156); }
H1.HeaderClassName
{
color: #1DA09C;
}
.AnyTagClassName
{
color: #1DA09C;
}
</style>
background-color css
<style>
a { background-color: #1DA09C; }
a { background-color: rgb(29,160,156); }
div.DivClassName
{
background-color: #1DA09C;
}
.BgClassName
{
background-color: #1DA09C;
}
</style>
border-color css
<style>
span { border-color: #1DA09C; }
span { border-color: rgb(29,160,156); }
td.TdClassName
{
border-color: #1DA09C;
}
.TagClassName
{
border-color: #1DA09C;
}
</style>