Shades of Java #1F9C90
Tints of Java #1F9C90
RGB
CMYK
RGB Variations
Color information
#1F9C90 (or 0x1F9C90) is known color: Java. HEX triplet: 1F, 9C and 90. RGB value is (31,156,144). Sum of RGB (Red+Green+Blue) = 31+156+144=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C90 is #E0636F. Grayscale: #757575. Windows color (decimal): -14705520 or 9477151. OLE color: 9477151.
HSL color Cylindrical-coordinate representation of color #1F9C90: hue angle of 174.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C90 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 144 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.39 |
| HSL | 174.24º | 0.67% | 0.37% | - |
| HSV(B) | 174.24º | 0.8% | 0.61% | - |
| XYZ | 17.49 | 26.08 | 30.5 | - |
| YUV | 117.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 144 | 0.80 | 0 | 0.08 | 0.39 | 174.24 | 0.67 | 0.37 |
| Hex | 1F | 9C | 90 | 50 | 0 | 8 | 27 | AE | 43 | 25 |
| Octal | 37 | 234 | 220 | 120 | 0 | 10 | 47 | 256 | 103 | 45 |
| Binary | 11111 | 10011100 | 10010000 | 1010000 | 0 | 1000 | 100111 | 10101110 | 1000011 | 100101 |
Color Harmonies of #1F9C90
Complementary color
Monochromatic Colors of #1F9C90
Black with #1F9C90
Text Example
Text Example
White with #1F9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C90; }
p { color: rgb(31,156,144); }
H1.HeaderClassName
{
color: #1F9C90;
}
.AnyTagClassName
{
color: #1F9C90;
}
</style>
background-color css
<style>
a { background-color: #1F9C90; }
a { background-color: rgb(31,156,144); }
div.DivClassName
{
background-color: #1F9C90;
}
.BgClassName
{
background-color: #1F9C90;
}
</style>
border-color css
<style>
span { border-color: #1F9C90; }
span { border-color: rgb(31,156,144); }
td.TdClassName
{
border-color: #1F9C90;
}
.TagClassName
{
border-color: #1F9C90;
}
</style>