Shades of Java #1F9F95
Tints of Java #1F9F95
RGB
CMYK
RGB Variations
Color information
#1F9F95 (or 0x1F9F95) is known color: Java. HEX triplet: 1F, 9F and 95. RGB value is (31,159,149). Sum of RGB (Red+Green+Blue) = 31+159+149=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9F95 is #E0606A. Grayscale: #777777. Windows color (decimal): -14704747 or 9805599. OLE color: 9805599.
HSL color Cylindrical-coordinate representation of color #1F9F95: hue angle of 175.31º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F95 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 149 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.38 |
| HSL | 175.31º | 0.67% | 0.37% | - |
| HSV(B) | 175.31º | 0.81% | 0.62% | - |
| XYZ | 18.39 | 27.26 | 32.73 | - |
| YUV | 119.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 149 | 0.81 | 0 | 0.06 | 0.38 | 175.31 | 0.67 | 0.37 |
| Hex | 1F | 9F | 95 | 51 | 0 | 6 | 26 | AF | 43 | 25 |
| Octal | 37 | 237 | 225 | 121 | 0 | 6 | 46 | 257 | 103 | 45 |
| Binary | 11111 | 10011111 | 10010101 | 1010001 | 0 | 110 | 100110 | 10101111 | 1000011 | 100101 |
Color Harmonies of #1F9F95
Complementary color
Monochromatic Colors of #1F9F95
Black with #1F9F95
Text Example
Text Example
White with #1F9F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F95; }
p { color: rgb(31,159,149); }
H1.HeaderClassName
{
color: #1F9F95;
}
.AnyTagClassName
{
color: #1F9F95;
}
</style>
background-color css
<style>
a { background-color: #1F9F95; }
a { background-color: rgb(31,159,149); }
div.DivClassName
{
background-color: #1F9F95;
}
.BgClassName
{
background-color: #1F9F95;
}
</style>
border-color css
<style>
span { border-color: #1F9F95; }
span { border-color: rgb(31,159,149); }
td.TdClassName
{
border-color: #1F9F95;
}
.TagClassName
{
border-color: #1F9F95;
}
</style>