Shades of Jade #0FB272
Tints of Jade #0FB272
RGB
CMYK
RGB Variations
Color information
#0FB272 (or 0x0FB272) is known color: Jade. HEX triplet: 0F, B2 and 72. RGB value is (15,178,114). Sum of RGB (Red+Green+Blue) = 15+178+114=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB272 is #F04D8D. Grayscale: #7A7A7A. Windows color (decimal): -15748494 or 7516687. OLE color: 7516687.
HSL color Cylindrical-coordinate representation of color #0FB272: hue angle of 156.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB272 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 114 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.30 |
| HSL | 156.44º | 0.84% | 0.38% | - |
| HSV(B) | 156.44º | 0.92% | 0.7% | - |
| XYZ | 19.15 | 33.16 | 21.31 | - |
| YUV | 121.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 114 | 0.92 | 0 | 0.36 | 0.30 | 156.44 | 0.84 | 0.38 |
| Hex | F | B2 | 72 | 5C | 0 | 24 | 1E | 9C | 54 | 26 |
| Octal | 17 | 262 | 162 | 134 | 0 | 44 | 36 | 234 | 124 | 46 |
| Binary | 1111 | 10110010 | 1110010 | 1011100 | 0 | 100100 | 11110 | 10011100 | 1010100 | 100110 |
Color Harmonies of #0FB272
Complementary color
Monochromatic Colors of #0FB272
Black with #0FB272
Text Example
Text Example
White with #0FB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB272; }
p { color: rgb(15,178,114); }
H1.HeaderClassName
{
color: #0FB272;
}
.AnyTagClassName
{
color: #0FB272;
}
</style>
background-color css
<style>
a { background-color: #0FB272; }
a { background-color: rgb(15,178,114); }
div.DivClassName
{
background-color: #0FB272;
}
.BgClassName
{
background-color: #0FB272;
}
</style>
border-color css
<style>
span { border-color: #0FB272; }
span { border-color: rgb(15,178,114); }
td.TdClassName
{
border-color: #0FB272;
}
.TagClassName
{
border-color: #0FB272;
}
</style>