Shades of Java #1FA397
Tints of Java #1FA397
RGB
CMYK
RGB Variations
Color information
#1FA397 (or 0x1FA397) is known color: Java. HEX triplet: 1F, A3 and 97. RGB value is (31,163,151). Sum of RGB (Red+Green+Blue) = 31+163+151=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA397 is #E05C68. Grayscale: #7A7A7A. Windows color (decimal): -14703721 or 9937695. OLE color: 9937695.
HSL color Cylindrical-coordinate representation of color #1FA397: hue angle of 174.55º 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 #1FA397 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 151 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.36 |
| HSL | 174.55º | 0.68% | 0.38% | - |
| HSV(B) | 174.55º | 0.81% | 0.64% | - |
| XYZ | 19.25 | 28.72 | 33.81 | - |
| YUV | 122.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 151 | 0.81 | 0 | 0.07 | 0.36 | 174.55 | 0.68 | 0.38 |
| Hex | 1F | A3 | 97 | 51 | 0 | 7 | 24 | AF | 44 | 26 |
| Octal | 37 | 243 | 227 | 121 | 0 | 7 | 44 | 257 | 104 | 46 |
| Binary | 11111 | 10100011 | 10010111 | 1010001 | 0 | 111 | 100100 | 10101111 | 1000100 | 100110 |
Color Harmonies of #1FA397
Complementary color
Monochromatic Colors of #1FA397
Black with #1FA397
Text Example
Text Example
White with #1FA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA397; }
p { color: rgb(31,163,151); }
H1.HeaderClassName
{
color: #1FA397;
}
.AnyTagClassName
{
color: #1FA397;
}
</style>
background-color css
<style>
a { background-color: #1FA397; }
a { background-color: rgb(31,163,151); }
div.DivClassName
{
background-color: #1FA397;
}
.BgClassName
{
background-color: #1FA397;
}
</style>
border-color css
<style>
span { border-color: #1FA397; }
span { border-color: rgb(31,163,151); }
td.TdClassName
{
border-color: #1FA397;
}
.TagClassName
{
border-color: #1FA397;
}
</style>