Shades of Jade #0FA962
Tints of Jade #0FA962
RGB
CMYK
RGB Variations
Color information
#0FA962 (or 0x0FA962) is known color: Jade. HEX triplet: 0F, A9 and 62. RGB value is (15,169,98). Sum of RGB (Red+Green+Blue) = 15+169+98=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA962 is #F0569D. Grayscale: #727272. Windows color (decimal): -15750814 or 6465807. OLE color: 6465807.
HSL color Cylindrical-coordinate representation of color #0FA962: hue angle of 152.34º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA962 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 98 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.34 |
| HSL | 152.34º | 0.84% | 0.36% | - |
| HSV(B) | 152.34º | 0.91% | 0.66% | - |
| XYZ | 16.59 | 29.36 | 16.35 | - |
| YUV | 114.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 98 | 0.91 | 0 | 0.42 | 0.34 | 152.34 | 0.84 | 0.36 |
| Hex | F | A9 | 62 | 5B | 0 | 2A | 22 | 98 | 54 | 24 |
| Octal | 17 | 251 | 142 | 133 | 0 | 52 | 42 | 230 | 124 | 44 |
| Binary | 1111 | 10101001 | 1100010 | 1011011 | 0 | 101010 | 100010 | 10011000 | 1010100 | 100100 |
Color Harmonies of #0FA962
Complementary color
Monochromatic Colors of #0FA962
Black with #0FA962
Text Example
Text Example
White with #0FA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA962; }
p { color: rgb(15,169,98); }
H1.HeaderClassName
{
color: #0FA962;
}
.AnyTagClassName
{
color: #0FA962;
}
</style>
background-color css
<style>
a { background-color: #0FA962; }
a { background-color: rgb(15,169,98); }
div.DivClassName
{
background-color: #0FA962;
}
.BgClassName
{
background-color: #0FA962;
}
</style>
border-color css
<style>
span { border-color: #0FA962; }
span { border-color: rgb(15,169,98); }
td.TdClassName
{
border-color: #0FA962;
}
.TagClassName
{
border-color: #0FA962;
}
</style>