Shades of Jade #0FA16C
Tints of Jade #0FA16C
RGB
CMYK
RGB Variations
Color information
#0FA16C (or 0x0FA16C) is known color: Jade. HEX triplet: 0F, A1 and 6C. RGB value is (15,161,108). Sum of RGB (Red+Green+Blue) = 15+161+108=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA16C is #F05E93. Grayscale: #6F6F6F. Windows color (decimal): -15752852 or 7119119. OLE color: 7119119.
HSL color Cylindrical-coordinate representation of color #0FA16C: hue angle of 158.22º 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 #0FA16C is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 108 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.37 |
| HSL | 158.22º | 0.83% | 0.35% | - |
| HSV(B) | 158.22º | 0.91% | 0.63% | - |
| XYZ | 15.65 | 26.67 | 18.51 | - |
| YUV | 111.3 | 126.13 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 108 | 0.91 | 0 | 0.33 | 0.37 | 158.22 | 0.83 | 0.35 |
| Hex | F | A1 | 6C | 5B | 0 | 21 | 25 | 9E | 53 | 23 |
| Octal | 17 | 241 | 154 | 133 | 0 | 41 | 45 | 236 | 123 | 43 |
| Binary | 1111 | 10100001 | 1101100 | 1011011 | 0 | 100001 | 100101 | 10011110 | 1010011 | 100011 |
Color Harmonies of #0FA16C
Complementary color
Monochromatic Colors of #0FA16C
Black with #0FA16C
Text Example
Text Example
White with #0FA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA16C; }
p { color: rgb(15,161,108); }
H1.HeaderClassName
{
color: #0FA16C;
}
.AnyTagClassName
{
color: #0FA16C;
}
</style>
background-color css
<style>
a { background-color: #0FA16C; }
a { background-color: rgb(15,161,108); }
div.DivClassName
{
background-color: #0FA16C;
}
.BgClassName
{
background-color: #0FA16C;
}
</style>
border-color css
<style>
span { border-color: #0FA16C; }
span { border-color: rgb(15,161,108); }
td.TdClassName
{
border-color: #0FA16C;
}
.TagClassName
{
border-color: #0FA16C;
}
</style>