Shades of Jade #0FB561
Tints of Jade #0FB561
RGB
CMYK
RGB Variations
Color information
#0FB561 (or 0x0FB561) is known color: Jade. HEX triplet: 0F, B5 and 61. RGB value is (15,181,97). Sum of RGB (Red+Green+Blue) = 15+181+97=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB561 is #F04A9E. Grayscale: #797979. Windows color (decimal): -15747743 or 6403343. OLE color: 6403343.
HSL color Cylindrical-coordinate representation of color #0FB561: hue angle of 149.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB561 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 97 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.29 |
| HSL | 149.64º | 0.85% | 0.38% | - |
| HSV(B) | 149.64º | 0.92% | 0.71% | - |
| XYZ | 18.88 | 34.01 | 16.88 | - |
| YUV | 121.79 | 114 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 97 | 0.92 | 0 | 0.46 | 0.29 | 149.64 | 0.85 | 0.38 |
| Hex | F | B5 | 61 | 5C | 0 | 2E | 1D | 96 | 55 | 26 |
| Octal | 17 | 265 | 141 | 134 | 0 | 56 | 35 | 226 | 125 | 46 |
| Binary | 1111 | 10110101 | 1100001 | 1011100 | 0 | 101110 | 11101 | 10010110 | 1010101 | 100110 |
Color Harmonies of #0FB561
Complementary color
Monochromatic Colors of #0FB561
Black with #0FB561
Text Example
Text Example
White with #0FB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB561; }
p { color: rgb(15,181,97); }
H1.HeaderClassName
{
color: #0FB561;
}
.AnyTagClassName
{
color: #0FB561;
}
</style>
background-color css
<style>
a { background-color: #0FB561; }
a { background-color: rgb(15,181,97); }
div.DivClassName
{
background-color: #0FB561;
}
.BgClassName
{
background-color: #0FB561;
}
</style>
border-color css
<style>
span { border-color: #0FB561; }
span { border-color: rgb(15,181,97); }
td.TdClassName
{
border-color: #0FB561;
}
.TagClassName
{
border-color: #0FB561;
}
</style>