Shades of Java #0F999A
Tints of Java #0F999A
RGB
CMYK
RGB Variations
Color information
#0F999A (or 0x0F999A) is known color: Java. HEX triplet: 0F, 99 and 9A. RGB value is (15,153,154). Sum of RGB (Red+Green+Blue) = 15+153+154=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F999A is #F06665. Grayscale: #6F6F6F. Windows color (decimal): -15754854 or 10131727. OLE color: 10131727.
HSL color Cylindrical-coordinate representation of color #0F999A: hue angle of 180.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F999A is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 153 | 154 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.40 |
| HSL | 180.43º | 0.82% | 0.33% | - |
| HSV(B) | 180.43º | 0.9% | 0.6% | - |
| XYZ | 17.42 | 25.22 | 34.52 | - |
| YUV | 111.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 154 | 0.90 | 0.01 | 0 | 0.40 | 180.43 | 0.82 | 0.33 |
| Hex | F | 99 | 9A | 5A | 1 | 0 | 28 | B4 | 52 | 21 |
| Octal | 17 | 231 | 232 | 132 | 1 | 0 | 50 | 264 | 122 | 41 |
| Binary | 1111 | 10011001 | 10011010 | 1011010 | 1 | 0 | 101000 | 10110100 | 1010010 | 100001 |
Color Harmonies of #0F999A
Complementary color
Monochromatic Colors of #0F999A
Black with #0F999A
Text Example
Text Example
White with #0F999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F999A; }
p { color: rgb(15,153,154); }
H1.HeaderClassName
{
color: #0F999A;
}
.AnyTagClassName
{
color: #0F999A;
}
</style>
background-color css
<style>
a { background-color: #0F999A; }
a { background-color: rgb(15,153,154); }
div.DivClassName
{
background-color: #0F999A;
}
.BgClassName
{
background-color: #0F999A;
}
</style>
border-color css
<style>
span { border-color: #0F999A; }
span { border-color: rgb(15,153,154); }
td.TdClassName
{
border-color: #0F999A;
}
.TagClassName
{
border-color: #0F999A;
}
</style>