Shades of Java #1FA395
Tints of Java #1FA395
RGB
CMYK
RGB Variations
Color information
#1FA395 (or 0x1FA395) is known color: Java. HEX triplet: 1F, A3 and 95. RGB value is (31,163,149). Sum of RGB (Red+Green+Blue) = 31+163+149=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA395 is #E05C6A. Grayscale: #797979. Windows color (decimal): -14703723 or 9806623. OLE color: 9806623.
HSL color Cylindrical-coordinate representation of color #1FA395: hue angle of 173.64º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA395 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 149 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.36 |
| HSL | 173.64º | 0.68% | 0.38% | - |
| HSV(B) | 173.64º | 0.81% | 0.64% | - |
| XYZ | 19.09 | 28.66 | 32.96 | - |
| YUV | 121.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 149 | 0.81 | 0 | 0.09 | 0.36 | 173.64 | 0.68 | 0.38 |
| Hex | 1F | A3 | 95 | 51 | 0 | 9 | 24 | AE | 44 | 26 |
| Octal | 37 | 243 | 225 | 121 | 0 | 11 | 44 | 256 | 104 | 46 |
| Binary | 11111 | 10100011 | 10010101 | 1010001 | 0 | 1001 | 100100 | 10101110 | 1000100 | 100110 |
Color Harmonies of #1FA395
Complementary color
Monochromatic Colors of #1FA395
Black with #1FA395
Text Example
Text Example
White with #1FA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA395; }
p { color: rgb(31,163,149); }
H1.HeaderClassName
{
color: #1FA395;
}
.AnyTagClassName
{
color: #1FA395;
}
</style>
background-color css
<style>
a { background-color: #1FA395; }
a { background-color: rgb(31,163,149); }
div.DivClassName
{
background-color: #1FA395;
}
.BgClassName
{
background-color: #1FA395;
}
</style>
border-color css
<style>
span { border-color: #1FA395; }
span { border-color: rgb(31,163,149); }
td.TdClassName
{
border-color: #1FA395;
}
.TagClassName
{
border-color: #1FA395;
}
</style>