Shades of Java #1F968A
Tints of Java #1F968A
RGB
CMYK
RGB Variations
Color information
#1F968A (or 0x1F968A) is known color: Java. HEX triplet: 1F, 96 and 8A. RGB value is (31,150,138). Sum of RGB (Red+Green+Blue) = 31+150+138=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #1F968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F968A is #E06975. Grayscale: #707070. Windows color (decimal): -14707062 or 9082399. OLE color: 9082399.
HSL color Cylindrical-coordinate representation of color #1F968A: hue angle of 173.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F968A is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 138 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.41 |
| HSL | 173.95º | 0.66% | 0.35% | - |
| HSV(B) | 173.95º | 0.79% | 0.59% | - |
| XYZ | 16.06 | 23.94 | 27.82 | - |
| YUV | 113.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 138 | 0.79 | 0 | 0.08 | 0.41 | 173.95 | 0.66 | 0.35 |
| Hex | 1F | 96 | 8A | 4F | 0 | 8 | 29 | AE | 42 | 23 |
| Octal | 37 | 226 | 212 | 117 | 0 | 10 | 51 | 256 | 102 | 43 |
| Binary | 11111 | 10010110 | 10001010 | 1001111 | 0 | 1000 | 101001 | 10101110 | 1000010 | 100011 |
Color Harmonies of #1F968A
Complementary color
Monochromatic Colors of #1F968A
Black with #1F968A
Text Example
Text Example
White with #1F968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F968A; }
p { color: rgb(31,150,138); }
H1.HeaderClassName
{
color: #1F968A;
}
.AnyTagClassName
{
color: #1F968A;
}
</style>
background-color css
<style>
a { background-color: #1F968A; }
a { background-color: rgb(31,150,138); }
div.DivClassName
{
background-color: #1F968A;
}
.BgClassName
{
background-color: #1F968A;
}
</style>
border-color css
<style>
span { border-color: #1F968A; }
span { border-color: rgb(31,150,138); }
td.TdClassName
{
border-color: #1F968A;
}
.TagClassName
{
border-color: #1F968A;
}
</style>