Shades of Jade #0FB573
Tints of Jade #0FB573
RGB
CMYK
RGB Variations
Color information
#0FB573 (or 0x0FB573) is known color: Jade. HEX triplet: 0F, B5 and 73. RGB value is (15,181,115). Sum of RGB (Red+Green+Blue) = 15+181+115=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB573 is #F04A8C. Grayscale: #7B7B7B. Windows color (decimal): -15747725 or 7582991. OLE color: 7582991.
HSL color Cylindrical-coordinate representation of color #0FB573: hue angle of 156.14º 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 #0FB573 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 115 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.29 |
| HSL | 156.14º | 0.85% | 0.38% | - |
| HSV(B) | 156.14º | 0.92% | 0.71% | - |
| XYZ | 19.82 | 34.39 | 21.81 | - |
| YUV | 123.84 | 123 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 115 | 0.92 | 0 | 0.36 | 0.29 | 156.14 | 0.85 | 0.38 |
| Hex | F | B5 | 73 | 5C | 0 | 24 | 1D | 9C | 55 | 26 |
| Octal | 17 | 265 | 163 | 134 | 0 | 44 | 35 | 234 | 125 | 46 |
| Binary | 1111 | 10110101 | 1110011 | 1011100 | 0 | 100100 | 11101 | 10011100 | 1010101 | 100110 |
Color Harmonies of #0FB573
Complementary color
Monochromatic Colors of #0FB573
Black with #0FB573
Text Example
Text Example
White with #0FB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB573; }
p { color: rgb(15,181,115); }
H1.HeaderClassName
{
color: #0FB573;
}
.AnyTagClassName
{
color: #0FB573;
}
</style>
background-color css
<style>
a { background-color: #0FB573; }
a { background-color: rgb(15,181,115); }
div.DivClassName
{
background-color: #0FB573;
}
.BgClassName
{
background-color: #0FB573;
}
</style>
border-color css
<style>
span { border-color: #0FB573; }
span { border-color: rgb(15,181,115); }
td.TdClassName
{
border-color: #0FB573;
}
.TagClassName
{
border-color: #0FB573;
}
</style>