Shades of Jade #0FB168
Tints of Jade #0FB168
RGB
CMYK
RGB Variations
Color information
#0FB168 (or 0x0FB168) is known color: Jade. HEX triplet: 0F, B1 and 68. RGB value is (15,177,104). Sum of RGB (Red+Green+Blue) = 15+177+104=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB168 is #F04E97. Grayscale: #787878. Windows color (decimal): -15748760 or 6861071. OLE color: 6861071.
HSL color Cylindrical-coordinate representation of color #0FB168: hue angle of 152.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB168 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 104 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.31 |
| HSL | 152.96º | 0.84% | 0.38% | - |
| HSV(B) | 152.96º | 0.92% | 0.69% | - |
| XYZ | 18.42 | 32.55 | 18.41 | - |
| YUV | 120.24 | 118.83 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 104 | 0.92 | 0 | 0.41 | 0.31 | 152.96 | 0.84 | 0.38 |
| Hex | F | B1 | 68 | 5C | 0 | 29 | 1F | 99 | 54 | 26 |
| Octal | 17 | 261 | 150 | 134 | 0 | 51 | 37 | 231 | 124 | 46 |
| Binary | 1111 | 10110001 | 1101000 | 1011100 | 0 | 101001 | 11111 | 10011001 | 1010100 | 100110 |
Color Harmonies of #0FB168
Complementary color
Monochromatic Colors of #0FB168
Black with #0FB168
Text Example
Text Example
White with #0FB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB168; }
p { color: rgb(15,177,104); }
H1.HeaderClassName
{
color: #0FB168;
}
.AnyTagClassName
{
color: #0FB168;
}
</style>
background-color css
<style>
a { background-color: #0FB168; }
a { background-color: rgb(15,177,104); }
div.DivClassName
{
background-color: #0FB168;
}
.BgClassName
{
background-color: #0FB168;
}
</style>
border-color css
<style>
span { border-color: #0FB168; }
span { border-color: rgb(15,177,104); }
td.TdClassName
{
border-color: #0FB168;
}
.TagClassName
{
border-color: #0FB168;
}
</style>