Shades of Jade #0FB26D
Tints of Jade #0FB26D
RGB
CMYK
RGB Variations
Color information
#0FB26D (or 0x0FB26D) is known color: Jade. HEX triplet: 0F, B2 and 6D. RGB value is (15,178,109). Sum of RGB (Red+Green+Blue) = 15+178+109=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB26D is #F04D92. Grayscale: #797979. Windows color (decimal): -15748499 or 7189007. OLE color: 7189007.
HSL color Cylindrical-coordinate representation of color #0FB26D: hue angle of 154.6º 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 #0FB26D is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 109 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.30 |
| HSL | 154.6º | 0.84% | 0.38% | - |
| HSV(B) | 154.6º | 0.92% | 0.7% | - |
| XYZ | 18.88 | 33.05 | 19.85 | - |
| YUV | 121.4 | 121 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 109 | 0.92 | 0 | 0.39 | 0.30 | 154.6 | 0.84 | 0.38 |
| Hex | F | B2 | 6D | 5C | 0 | 27 | 1E | 9B | 54 | 26 |
| Octal | 17 | 262 | 155 | 134 | 0 | 47 | 36 | 233 | 124 | 46 |
| Binary | 1111 | 10110010 | 1101101 | 1011100 | 0 | 100111 | 11110 | 10011011 | 1010100 | 100110 |
Color Harmonies of #0FB26D
Complementary color
Monochromatic Colors of #0FB26D
Black with #0FB26D
Text Example
Text Example
White with #0FB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB26D; }
p { color: rgb(15,178,109); }
H1.HeaderClassName
{
color: #0FB26D;
}
.AnyTagClassName
{
color: #0FB26D;
}
</style>
background-color css
<style>
a { background-color: #0FB26D; }
a { background-color: rgb(15,178,109); }
div.DivClassName
{
background-color: #0FB26D;
}
.BgClassName
{
background-color: #0FB26D;
}
</style>
border-color css
<style>
span { border-color: #0FB26D; }
span { border-color: rgb(15,178,109); }
td.TdClassName
{
border-color: #0FB26D;
}
.TagClassName
{
border-color: #0FB26D;
}
</style>