Shades of Java #1D9A90
Tints of Java #1D9A90
RGB
CMYK
RGB Variations
Color information
#1D9A90 (or 0x1D9A90) is known color: Java. HEX triplet: 1D, 9A and 90. RGB value is (29,154,144). Sum of RGB (Red+Green+Blue) = 29+154+144=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9A90 is #E2656F. Grayscale: #737373. Windows color (decimal): -14837104 or 9476637. OLE color: 9476637.
HSL color Cylindrical-coordinate representation of color #1D9A90: hue angle of 175.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A90 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 144 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.40 |
| HSL | 175.2º | 0.68% | 0.36% | - |
| HSV(B) | 175.2º | 0.81% | 0.6% | - |
| XYZ | 17.1 | 25.39 | 30.38 | - |
| YUV | 115.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 144 | 0.81 | 0 | 0.06 | 0.40 | 175.2 | 0.68 | 0.36 |
| Hex | 1D | 9A | 90 | 51 | 0 | 6 | 28 | AF | 44 | 24 |
| Octal | 35 | 232 | 220 | 121 | 0 | 6 | 50 | 257 | 104 | 44 |
| Binary | 11101 | 10011010 | 10010000 | 1010001 | 0 | 110 | 101000 | 10101111 | 1000100 | 100100 |
Color Harmonies of #1D9A90
Complementary color
Monochromatic Colors of #1D9A90
Black with #1D9A90
Text Example
Text Example
White with #1D9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A90; }
p { color: rgb(29,154,144); }
H1.HeaderClassName
{
color: #1D9A90;
}
.AnyTagClassName
{
color: #1D9A90;
}
</style>
background-color css
<style>
a { background-color: #1D9A90; }
a { background-color: rgb(29,154,144); }
div.DivClassName
{
background-color: #1D9A90;
}
.BgClassName
{
background-color: #1D9A90;
}
</style>
border-color css
<style>
span { border-color: #1D9A90; }
span { border-color: rgb(29,154,144); }
td.TdClassName
{
border-color: #1D9A90;
}
.TagClassName
{
border-color: #1D9A90;
}
</style>