Shades of Jade #0BB266
Tints of Jade #0BB266
RGB
CMYK
RGB Variations
Color information
#0BB266 (or 0x0BB266) is known color: Jade. HEX triplet: 0B, B2 and 66. RGB value is (11,178,102). Sum of RGB (Red+Green+Blue) = 11+178+102=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB266 is #F44D99. Grayscale: #777777. Windows color (decimal): -16010650 or 6730251. OLE color: 6730251.
HSL color Cylindrical-coordinate representation of color #0BB266: hue angle of 152.69º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB266 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 102 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.30 |
| HSL | 152.69º | 0.88% | 0.37% | - |
| HSV(B) | 152.69º | 0.94% | 0.7% | - |
| XYZ | 18.46 | 32.87 | 17.94 | - |
| YUV | 119.4 | 118.17 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 102 | 0.94 | 0 | 0.43 | 0.30 | 152.69 | 0.88 | 0.37 |
| Hex | B | B2 | 66 | 5E | 0 | 2B | 1E | 99 | 58 | 25 |
| Octal | 13 | 262 | 146 | 136 | 0 | 53 | 36 | 231 | 130 | 45 |
| Binary | 1011 | 10110010 | 1100110 | 1011110 | 0 | 101011 | 11110 | 10011001 | 1011000 | 100101 |
Color Harmonies of #0BB266
Complementary color
Monochromatic Colors of #0BB266
Black with #0BB266
Text Example
Text Example
White with #0BB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB266; }
p { color: rgb(11,178,102); }
H1.HeaderClassName
{
color: #0BB266;
}
.AnyTagClassName
{
color: #0BB266;
}
</style>
background-color css
<style>
a { background-color: #0BB266; }
a { background-color: rgb(11,178,102); }
div.DivClassName
{
background-color: #0BB266;
}
.BgClassName
{
background-color: #0BB266;
}
</style>
border-color css
<style>
span { border-color: #0BB266; }
span { border-color: rgb(11,178,102); }
td.TdClassName
{
border-color: #0BB266;
}
.TagClassName
{
border-color: #0BB266;
}
</style>