Shades of Java #1DA598
Tints of Java #1DA598
RGB
CMYK
RGB Variations
Color information
#1DA598 (or 0x1DA598) is known color: Java. HEX triplet: 1D, A5 and 98. RGB value is (29,165,152). Sum of RGB (Red+Green+Blue) = 29+165+152=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA598 is #E25A67. Grayscale: #7A7A7A. Windows color (decimal): -14834280 or 10003741. OLE color: 10003741.
HSL color Cylindrical-coordinate representation of color #1DA598: hue angle of 174.26º 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 #1DA598 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 152 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.35 |
| HSL | 174.26º | 0.7% | 0.38% | - |
| HSV(B) | 174.26º | 0.82% | 0.65% | - |
| XYZ | 19.63 | 29.44 | 34.35 | - |
| YUV | 122.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 152 | 0.82 | 0 | 0.08 | 0.35 | 174.26 | 0.7 | 0.38 |
| Hex | 1D | A5 | 98 | 52 | 0 | 8 | 23 | AE | 46 | 26 |
| Octal | 35 | 245 | 230 | 122 | 0 | 10 | 43 | 256 | 106 | 46 |
| Binary | 11101 | 10100101 | 10011000 | 1010010 | 0 | 1000 | 100011 | 10101110 | 1000110 | 100110 |
Color Harmonies of #1DA598
Complementary color
Monochromatic Colors of #1DA598
Black with #1DA598
Text Example
Text Example
White with #1DA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA598; }
p { color: rgb(29,165,152); }
H1.HeaderClassName
{
color: #1DA598;
}
.AnyTagClassName
{
color: #1DA598;
}
</style>
background-color css
<style>
a { background-color: #1DA598; }
a { background-color: rgb(29,165,152); }
div.DivClassName
{
background-color: #1DA598;
}
.BgClassName
{
background-color: #1DA598;
}
</style>
border-color css
<style>
span { border-color: #1DA598; }
span { border-color: rgb(29,165,152); }
td.TdClassName
{
border-color: #1DA598;
}
.TagClassName
{
border-color: #1DA598;
}
</style>