Shades of Jade #0FAD6B
Tints of Jade #0FAD6B
RGB
CMYK
RGB Variations
Color information
#0FAD6B (or 0x0FAD6B) is known color: Jade. HEX triplet: 0F, AD and 6B. RGB value is (15,173,107). Sum of RGB (Red+Green+Blue) = 15+173+107=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD6B is #F05294. Grayscale: #767676. Windows color (decimal): -15749781 or 7056655. OLE color: 7056655.
HSL color Cylindrical-coordinate representation of color #0FAD6B: hue angle of 154.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD6B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 107 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.32 |
| HSL | 154.94º | 0.84% | 0.37% | - |
| HSV(B) | 154.94º | 0.91% | 0.68% | - |
| XYZ | 17.79 | 31.05 | 18.97 | - |
| YUV | 118.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 107 | 0.91 | 0 | 0.38 | 0.32 | 154.94 | 0.84 | 0.37 |
| Hex | F | AD | 6B | 5B | 0 | 26 | 20 | 9B | 54 | 25 |
| Octal | 17 | 255 | 153 | 133 | 0 | 46 | 40 | 233 | 124 | 45 |
| Binary | 1111 | 10101101 | 1101011 | 1011011 | 0 | 100110 | 100000 | 10011011 | 1010100 | 100101 |
Color Harmonies of #0FAD6B
Complementary color
Monochromatic Colors of #0FAD6B
Black with #0FAD6B
Text Example
Text Example
White with #0FAD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD6B; }
p { color: rgb(15,173,107); }
H1.HeaderClassName
{
color: #0FAD6B;
}
.AnyTagClassName
{
color: #0FAD6B;
}
</style>
background-color css
<style>
a { background-color: #0FAD6B; }
a { background-color: rgb(15,173,107); }
div.DivClassName
{
background-color: #0FAD6B;
}
.BgClassName
{
background-color: #0FAD6B;
}
</style>
border-color css
<style>
span { border-color: #0FAD6B; }
span { border-color: rgb(15,173,107); }
td.TdClassName
{
border-color: #0FAD6B;
}
.TagClassName
{
border-color: #0FAD6B;
}
</style>