Shades of Jade #0FB26B
Tints of Jade #0FB26B
RGB
CMYK
RGB Variations
Color information
#0FB26B (or 0x0FB26B) is known color: Jade. HEX triplet: 0F, B2 and 6B. RGB value is (15,178,107). Sum of RGB (Red+Green+Blue) = 15+178+107=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB26B is #F04D94. Grayscale: #797979. Windows color (decimal): -15748501 or 7057935. OLE color: 7057935.
HSL color Cylindrical-coordinate representation of color #0FB26B: hue angle of 153.87º 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 #0FB26B is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 107 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.30 |
| HSL | 153.87º | 0.84% | 0.38% | - |
| HSV(B) | 153.87º | 0.92% | 0.7% | - |
| XYZ | 18.77 | 33 | 19.29 | - |
| YUV | 121.17 | 120 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 107 | 0.92 | 0 | 0.40 | 0.30 | 153.87 | 0.84 | 0.38 |
| Hex | F | B2 | 6B | 5C | 0 | 28 | 1E | 9A | 54 | 26 |
| Octal | 17 | 262 | 153 | 134 | 0 | 50 | 36 | 232 | 124 | 46 |
| Binary | 1111 | 10110010 | 1101011 | 1011100 | 0 | 101000 | 11110 | 10011010 | 1010100 | 100110 |
Color Harmonies of #0FB26B
Complementary color
Monochromatic Colors of #0FB26B
Black with #0FB26B
Text Example
Text Example
White with #0FB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB26B; }
p { color: rgb(15,178,107); }
H1.HeaderClassName
{
color: #0FB26B;
}
.AnyTagClassName
{
color: #0FB26B;
}
</style>
background-color css
<style>
a { background-color: #0FB26B; }
a { background-color: rgb(15,178,107); }
div.DivClassName
{
background-color: #0FB26B;
}
.BgClassName
{
background-color: #0FB26B;
}
</style>
border-color css
<style>
span { border-color: #0FB26B; }
span { border-color: rgb(15,178,107); }
td.TdClassName
{
border-color: #0FB26B;
}
.TagClassName
{
border-color: #0FB26B;
}
</style>