Shades of Java #1DA495
Tints of Java #1DA495
RGB
CMYK
RGB Variations
Color information
#1DA495 (or 0x1DA495) is known color: Java. HEX triplet: 1D, A4 and 95. RGB value is (29,164,149). Sum of RGB (Red+Green+Blue) = 29+164+149=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA495 is #E25B6A. Grayscale: #797979. Windows color (decimal): -14834539 or 9806877. OLE color: 9806877.
HSL color Cylindrical-coordinate representation of color #1DA495: hue angle of 173.33º 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 #1DA495 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 149 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.36 |
| HSL | 173.33º | 0.7% | 0.38% | - |
| HSV(B) | 173.33º | 0.82% | 0.64% | - |
| XYZ | 19.21 | 28.98 | 33.02 | - |
| YUV | 121.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 149 | 0.82 | 0 | 0.09 | 0.36 | 173.33 | 0.7 | 0.38 |
| Hex | 1D | A4 | 95 | 52 | 0 | 9 | 24 | AD | 46 | 26 |
| Octal | 35 | 244 | 225 | 122 | 0 | 11 | 44 | 255 | 106 | 46 |
| Binary | 11101 | 10100100 | 10010101 | 1010010 | 0 | 1001 | 100100 | 10101101 | 1000110 | 100110 |
Color Harmonies of #1DA495
Complementary color
Monochromatic Colors of #1DA495
Black with #1DA495
Text Example
Text Example
White with #1DA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA495; }
p { color: rgb(29,164,149); }
H1.HeaderClassName
{
color: #1DA495;
}
.AnyTagClassName
{
color: #1DA495;
}
</style>
background-color css
<style>
a { background-color: #1DA495; }
a { background-color: rgb(29,164,149); }
div.DivClassName
{
background-color: #1DA495;
}
.BgClassName
{
background-color: #1DA495;
}
</style>
border-color css
<style>
span { border-color: #1DA495; }
span { border-color: rgb(29,164,149); }
td.TdClassName
{
border-color: #1DA495;
}
.TagClassName
{
border-color: #1DA495;
}
</style>