Shades of Jade #0FA16B
Tints of Jade #0FA16B
RGB
CMYK
RGB Variations
Color information
#0FA16B (or 0x0FA16B) is known color: Jade. HEX triplet: 0F, A1 and 6B. RGB value is (15,161,107). Sum of RGB (Red+Green+Blue) = 15+161+107=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA16B is #F05E94. Grayscale: #6F6F6F. Windows color (decimal): -15752853 or 7053583. OLE color: 7053583.
HSL color Cylindrical-coordinate representation of color #0FA16B: hue angle of 157.81º 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 #0FA16B is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 107 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.37 |
| HSL | 157.81º | 0.83% | 0.35% | - |
| HSV(B) | 157.81º | 0.91% | 0.63% | - |
| XYZ | 15.6 | 26.65 | 18.23 | - |
| YUV | 111.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 107 | 0.91 | 0 | 0.34 | 0.37 | 157.81 | 0.83 | 0.35 |
| Hex | F | A1 | 6B | 5B | 0 | 22 | 25 | 9E | 53 | 23 |
| Octal | 17 | 241 | 153 | 133 | 0 | 42 | 45 | 236 | 123 | 43 |
| Binary | 1111 | 10100001 | 1101011 | 1011011 | 0 | 100010 | 100101 | 10011110 | 1010011 | 100011 |
Color Harmonies of #0FA16B
Complementary color
Monochromatic Colors of #0FA16B
Black with #0FA16B
Text Example
Text Example
White with #0FA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA16B; }
p { color: rgb(15,161,107); }
H1.HeaderClassName
{
color: #0FA16B;
}
.AnyTagClassName
{
color: #0FA16B;
}
</style>
background-color css
<style>
a { background-color: #0FA16B; }
a { background-color: rgb(15,161,107); }
div.DivClassName
{
background-color: #0FA16B;
}
.BgClassName
{
background-color: #0FA16B;
}
</style>
border-color css
<style>
span { border-color: #0FA16B; }
span { border-color: rgb(15,161,107); }
td.TdClassName
{
border-color: #0FA16B;
}
.TagClassName
{
border-color: #0FA16B;
}
</style>