Shades of Java #1F9B90
Tints of Java #1F9B90
RGB
CMYK
RGB Variations
Color information
#1F9B90 (or 0x1F9B90) is known color: Java. HEX triplet: 1F, 9B and 90. RGB value is (31,155,144). Sum of RGB (Red+Green+Blue) = 31+155+144=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9B90 is #E0646F. Grayscale: #747474. Windows color (decimal): -14705776 or 9476895. OLE color: 9476895.
HSL color Cylindrical-coordinate representation of color #1F9B90: hue angle of 174.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B90 is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 155 | 144 | - |
| CMYK | 0.8 | 0 | 0.07 | 0.39 |
| HSL | 174.68º | 0.67% | 0.36% | - |
| HSV(B) | 174.68º | 0.8% | 0.61% | - |
| XYZ | 17.32 | 25.75 | 30.44 | - |
| YUV | 116.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 144 | 0.8 | 0 | 0.07 | 0.39 | 174.68 | 0.67 | 0.36 |
| Hex | 1F | 9B | 90 | 50 | 0 | 7 | 27 | AF | 43 | 24 |
| Octal | 37 | 233 | 220 | 120 | 0 | 7 | 47 | 257 | 103 | 44 |
| Binary | 11111 | 10011011 | 10010000 | 1010000 | 0 | 111 | 100111 | 10101111 | 1000011 | 100100 |
Color Harmonies of #1F9B90
Complementary color
Monochromatic Colors of #1F9B90
Black with #1F9B90
Text Example
Text Example
White with #1F9B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9B90; }
p { color: rgb(31,155,144); }
H1.HeaderClassName
{
color: #1F9B90;
}
.AnyTagClassName
{
color: #1F9B90;
}
</style>
background-color css
<style>
a { background-color: #1F9B90; }
a { background-color: rgb(31,155,144); }
div.DivClassName
{
background-color: #1F9B90;
}
.BgClassName
{
background-color: #1F9B90;
}
</style>
border-color css
<style>
span { border-color: #1F9B90; }
span { border-color: rgb(31,155,144); }
td.TdClassName
{
border-color: #1F9B90;
}
.TagClassName
{
border-color: #1F9B90;
}
</style>