Shades of Java #1DA19D
Tints of Java #1DA19D
RGB
CMYK
RGB Variations
Color information
#1DA19D (or 0x1DA19D) is known color: Java. HEX triplet: 1D, A1 and 9D. RGB value is (29,161,157). Sum of RGB (Red+Green+Blue) = 29+161+157=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA19D is #E25E62. Grayscale: #787878. Windows color (decimal): -14835299 or 10330397. OLE color: 10330397.
HSL color Cylindrical-coordinate representation of color #1DA19D: hue angle of 178.18º 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 #1DA19D is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 157 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.37 |
| HSL | 178.18º | 0.69% | 0.37% | - |
| HSV(B) | 178.18º | 0.82% | 0.63% | - |
| XYZ | 19.34 | 28.19 | 36.32 | - |
| YUV | 121.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 157 | 0.82 | 0 | 0.02 | 0.37 | 178.18 | 0.69 | 0.37 |
| Hex | 1D | A1 | 9D | 52 | 0 | 2 | 25 | B2 | 45 | 25 |
| Octal | 35 | 241 | 235 | 122 | 0 | 2 | 45 | 262 | 105 | 45 |
| Binary | 11101 | 10100001 | 10011101 | 1010010 | 0 | 10 | 100101 | 10110010 | 1000101 | 100101 |
Color Harmonies of #1DA19D
Complementary color
Monochromatic Colors of #1DA19D
Black with #1DA19D
Text Example
Text Example
White with #1DA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA19D; }
p { color: rgb(29,161,157); }
H1.HeaderClassName
{
color: #1DA19D;
}
.AnyTagClassName
{
color: #1DA19D;
}
</style>
background-color css
<style>
a { background-color: #1DA19D; }
a { background-color: rgb(29,161,157); }
div.DivClassName
{
background-color: #1DA19D;
}
.BgClassName
{
background-color: #1DA19D;
}
</style>
border-color css
<style>
span { border-color: #1DA19D; }
span { border-color: rgb(29,161,157); }
td.TdClassName
{
border-color: #1DA19D;
}
.TagClassName
{
border-color: #1DA19D;
}
</style>