Shades of Java #1FA098
Tints of Java #1FA098
RGB
CMYK
RGB Variations
Color information
#1FA098 (or 0x1FA098) is known color: Java. HEX triplet: 1F, A0 and 98. RGB value is (31,160,152). Sum of RGB (Red+Green+Blue) = 31+160+152=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA098 is #E05F67. Grayscale: #787878. Windows color (decimal): -14704488 or 10002463. OLE color: 10002463.
HSL color Cylindrical-coordinate representation of color #1FA098: hue angle of 176.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA098 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 152 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.37 |
| HSL | 176.28º | 0.68% | 0.37% | - |
| HSV(B) | 176.28º | 0.81% | 0.63% | - |
| XYZ | 18.8 | 27.7 | 34.06 | - |
| YUV | 120.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 152 | 0.81 | 0 | 0.05 | 0.37 | 176.28 | 0.68 | 0.37 |
| Hex | 1F | A0 | 98 | 51 | 0 | 5 | 25 | B0 | 44 | 25 |
| Octal | 37 | 240 | 230 | 121 | 0 | 5 | 45 | 260 | 104 | 45 |
| Binary | 11111 | 10100000 | 10011000 | 1010001 | 0 | 101 | 100101 | 10110000 | 1000100 | 100101 |
Color Harmonies of #1FA098
Complementary color
Monochromatic Colors of #1FA098
Black with #1FA098
Text Example
Text Example
White with #1FA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA098; }
p { color: rgb(31,160,152); }
H1.HeaderClassName
{
color: #1FA098;
}
.AnyTagClassName
{
color: #1FA098;
}
</style>
background-color css
<style>
a { background-color: #1FA098; }
a { background-color: rgb(31,160,152); }
div.DivClassName
{
background-color: #1FA098;
}
.BgClassName
{
background-color: #1FA098;
}
</style>
border-color css
<style>
span { border-color: #1FA098; }
span { border-color: rgb(31,160,152); }
td.TdClassName
{
border-color: #1FA098;
}
.TagClassName
{
border-color: #1FA098;
}
</style>