Shades of Jade #0FB466
Tints of Jade #0FB466
RGB
CMYK
RGB Variations
Color information
#0FB466 (or 0x0FB466) is known color: Jade. HEX triplet: 0F, B4 and 66. RGB value is (15,180,102). Sum of RGB (Red+Green+Blue) = 15+180+102=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB466 is #F04B99. Grayscale: #797979. Windows color (decimal): -15747994 or 6730767. OLE color: 6730767.
HSL color Cylindrical-coordinate representation of color #0FB466: hue angle of 151.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 #0FB466 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 102 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.29 |
| HSL | 151.64º | 0.85% | 0.38% | - |
| HSV(B) | 151.64º | 0.92% | 0.71% | - |
| XYZ | 18.92 | 33.7 | 18.08 | - |
| YUV | 121.77 | 116.84 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 102 | 0.92 | 0 | 0.43 | 0.29 | 151.64 | 0.85 | 0.38 |
| Hex | F | B4 | 66 | 5C | 0 | 2B | 1D | 98 | 55 | 26 |
| Octal | 17 | 264 | 146 | 134 | 0 | 53 | 35 | 230 | 125 | 46 |
| Binary | 1111 | 10110100 | 1100110 | 1011100 | 0 | 101011 | 11101 | 10011000 | 1010101 | 100110 |
Color Harmonies of #0FB466
Complementary color
Monochromatic Colors of #0FB466
Black with #0FB466
Text Example
Text Example
White with #0FB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB466; }
p { color: rgb(15,180,102); }
H1.HeaderClassName
{
color: #0FB466;
}
.AnyTagClassName
{
color: #0FB466;
}
</style>
background-color css
<style>
a { background-color: #0FB466; }
a { background-color: rgb(15,180,102); }
div.DivClassName
{
background-color: #0FB466;
}
.BgClassName
{
background-color: #0FB466;
}
</style>
border-color css
<style>
span { border-color: #0FB466; }
span { border-color: rgb(15,180,102); }
td.TdClassName
{
border-color: #0FB466;
}
.TagClassName
{
border-color: #0FB466;
}
</style>