Shades of Jade #0FA168
Tints of Jade #0FA168
RGB
CMYK
RGB Variations
Color information
#0FA168 (or 0x0FA168) is known color: Jade. HEX triplet: 0F, A1 and 68. RGB value is (15,161,104). Sum of RGB (Red+Green+Blue) = 15+161+104=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA168 is #F05E97. Grayscale: #6E6E6E. Windows color (decimal): -15752856 or 6856975. OLE color: 6856975.
HSL color Cylindrical-coordinate representation of color #0FA168: hue angle of 156.58º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA168 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 104 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.37 |
| HSL | 156.58º | 0.83% | 0.35% | - |
| HSV(B) | 156.58º | 0.91% | 0.63% | - |
| XYZ | 15.44 | 26.59 | 17.42 | - |
| YUV | 110.85 | 124.13 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 104 | 0.91 | 0 | 0.35 | 0.37 | 156.58 | 0.83 | 0.35 |
| Hex | F | A1 | 68 | 5B | 0 | 23 | 25 | 9D | 53 | 23 |
| Octal | 17 | 241 | 150 | 133 | 0 | 43 | 45 | 235 | 123 | 43 |
| Binary | 1111 | 10100001 | 1101000 | 1011011 | 0 | 100011 | 100101 | 10011101 | 1010011 | 100011 |
Color Harmonies of #0FA168
Complementary color
Monochromatic Colors of #0FA168
Black with #0FA168
Text Example
Text Example
White with #0FA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA168; }
p { color: rgb(15,161,104); }
H1.HeaderClassName
{
color: #0FA168;
}
.AnyTagClassName
{
color: #0FA168;
}
</style>
background-color css
<style>
a { background-color: #0FA168; }
a { background-color: rgb(15,161,104); }
div.DivClassName
{
background-color: #0FA168;
}
.BgClassName
{
background-color: #0FA168;
}
</style>
border-color css
<style>
span { border-color: #0FA168; }
span { border-color: rgb(15,161,104); }
td.TdClassName
{
border-color: #0FA168;
}
.TagClassName
{
border-color: #0FA168;
}
</style>