Shades of Jade #0BC466
Tints of Jade #0BC466
RGB
CMYK
RGB Variations
Color information
#0BC466 (or 0x0BC466) is known color: Jade. HEX triplet: 0B, C4 and 66. RGB value is (11,196,102). Sum of RGB (Red+Green+Blue) = 11+196+102=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 196 (76.95% from 255 or 63.43% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC466 is #F43B99. Grayscale: #828282. Windows color (decimal): -16006042 or 6734859. OLE color: 6734859.
HSL color Cylindrical-coordinate representation of color #0BC466: hue angle of 149.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC466 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 102 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.23 |
| HSL | 149.51º | 0.89% | 0.41% | - |
| HSV(B) | 149.51º | 0.94% | 0.77% | - |
| XYZ | 22.28 | 40.51 | 19.22 | - |
| YUV | 129.97 | 112.21 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 102 | 0.94 | 0 | 0.48 | 0.23 | 149.51 | 0.89 | 0.41 |
| Hex | B | C4 | 66 | 5E | 0 | 30 | 17 | 96 | 59 | 29 |
| Octal | 13 | 304 | 146 | 136 | 0 | 60 | 27 | 226 | 131 | 51 |
| Binary | 1011 | 11000100 | 1100110 | 1011110 | 0 | 110000 | 10111 | 10010110 | 1011001 | 101001 |
Color Harmonies of #0BC466
Complementary color
Monochromatic Colors of #0BC466
Black with #0BC466
Text Example
Text Example
White with #0BC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC466; }
p { color: rgb(11,196,102); }
H1.HeaderClassName
{
color: #0BC466;
}
.AnyTagClassName
{
color: #0BC466;
}
</style>
background-color css
<style>
a { background-color: #0BC466; }
a { background-color: rgb(11,196,102); }
div.DivClassName
{
background-color: #0BC466;
}
.BgClassName
{
background-color: #0BC466;
}
</style>
border-color css
<style>
span { border-color: #0BC466; }
span { border-color: rgb(11,196,102); }
td.TdClassName
{
border-color: #0BC466;
}
.TagClassName
{
border-color: #0BC466;
}
</style>