Shades of Jade #0FA16D
Tints of Jade #0FA16D
RGB
CMYK
RGB Variations
Color information
#0FA16D (or 0x0FA16D) is known color: Jade. HEX triplet: 0F, A1 and 6D. RGB value is (15,161,109). Sum of RGB (Red+Green+Blue) = 15+161+109=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA16D is #F05E92. Grayscale: #6F6F6F. Windows color (decimal): -15752851 or 7184655. OLE color: 7184655.
HSL color Cylindrical-coordinate representation of color #0FA16D: hue angle of 158.63º 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 #0FA16D is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 109 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.37 |
| HSL | 158.63º | 0.83% | 0.35% | - |
| HSV(B) | 158.63º | 0.91% | 0.63% | - |
| XYZ | 15.7 | 26.7 | 18.79 | - |
| YUV | 111.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 109 | 0.91 | 0 | 0.32 | 0.37 | 158.63 | 0.83 | 0.35 |
| Hex | F | A1 | 6D | 5B | 0 | 20 | 25 | 9F | 53 | 23 |
| Octal | 17 | 241 | 155 | 133 | 0 | 40 | 45 | 237 | 123 | 43 |
| Binary | 1111 | 10100001 | 1101101 | 1011011 | 0 | 100000 | 100101 | 10011111 | 1010011 | 100011 |
Color Harmonies of #0FA16D
Complementary color
Monochromatic Colors of #0FA16D
Black with #0FA16D
Text Example
Text Example
White with #0FA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA16D; }
p { color: rgb(15,161,109); }
H1.HeaderClassName
{
color: #0FA16D;
}
.AnyTagClassName
{
color: #0FA16D;
}
</style>
background-color css
<style>
a { background-color: #0FA16D; }
a { background-color: rgb(15,161,109); }
div.DivClassName
{
background-color: #0FA16D;
}
.BgClassName
{
background-color: #0FA16D;
}
</style>
border-color css
<style>
span { border-color: #0FA16D; }
span { border-color: rgb(15,161,109); }
td.TdClassName
{
border-color: #0FA16D;
}
.TagClassName
{
border-color: #0FA16D;
}
</style>