Shades of Jade #0BC269
Tints of Jade #0BC269
RGB
CMYK
RGB Variations
Color information
#0BC269 (or 0x0BC269) is known color: Jade. HEX triplet: 0B, C2 and 69. RGB value is (11,194,105). Sum of RGB (Red+Green+Blue) = 11+194+105=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC269 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC269 is #F43D96. Grayscale: #818181. Windows color (decimal): -16006551 or 6930955. OLE color: 6930955.
HSL color Cylindrical-coordinate representation of color #0BC269: hue angle of 150.82º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC269 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 105 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.24 |
| HSL | 150.82º | 0.89% | 0.4% | - |
| HSV(B) | 150.82º | 0.94% | 0.76% | - |
| XYZ | 21.98 | 39.67 | 19.86 | - |
| YUV | 129.14 | 114.37 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 105 | 0.94 | 0 | 0.46 | 0.24 | 150.82 | 0.89 | 0.4 |
| Hex | B | C2 | 69 | 5E | 0 | 2E | 18 | 97 | 59 | 28 |
| Octal | 13 | 302 | 151 | 136 | 0 | 56 | 30 | 227 | 131 | 50 |
| Binary | 1011 | 11000010 | 1101001 | 1011110 | 0 | 101110 | 11000 | 10010111 | 1011001 | 101000 |
Color Harmonies of #0BC269
Complementary color
Monochromatic Colors of #0BC269
Black with #0BC269
Text Example
Text Example
White with #0BC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC269; }
p { color: rgb(11,194,105); }
H1.HeaderClassName
{
color: #0BC269;
}
.AnyTagClassName
{
color: #0BC269;
}
</style>
background-color css
<style>
a { background-color: #0BC269; }
a { background-color: rgb(11,194,105); }
div.DivClassName
{
background-color: #0BC269;
}
.BgClassName
{
background-color: #0BC269;
}
</style>
border-color css
<style>
span { border-color: #0BC269; }
span { border-color: rgb(11,194,105); }
td.TdClassName
{
border-color: #0BC269;
}
.TagClassName
{
border-color: #0BC269;
}
</style>