Shades of Jade #0BC172
Tints of Jade #0BC172
RGB
CMYK
RGB Variations
Color information
#0BC172 (or 0x0BC172) is known color: Jade. HEX triplet: 0B, C1 and 72. RGB value is (11,193,114). Sum of RGB (Red+Green+Blue) = 11+193+114=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC172 is #F43E8D. Grayscale: #818181. Windows color (decimal): -16006798 or 7520523. OLE color: 7520523.
HSL color Cylindrical-coordinate representation of color #0BC172: hue angle of 153.96º 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 #0BC172 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 114 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.24 |
| HSL | 153.96º | 0.89% | 0.4% | - |
| HSV(B) | 153.96º | 0.94% | 0.76% | - |
| XYZ | 22.25 | 39.43 | 22.36 | - |
| YUV | 129.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 114 | 0.94 | 0 | 0.41 | 0.24 | 153.96 | 0.89 | 0.4 |
| Hex | B | C1 | 72 | 5E | 0 | 29 | 18 | 9A | 59 | 28 |
| Octal | 13 | 301 | 162 | 136 | 0 | 51 | 30 | 232 | 131 | 50 |
| Binary | 1011 | 11000001 | 1110010 | 1011110 | 0 | 101001 | 11000 | 10011010 | 1011001 | 101000 |
Color Harmonies of #0BC172
Complementary color
Monochromatic Colors of #0BC172
Black with #0BC172
Text Example
Text Example
White with #0BC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC172; }
p { color: rgb(11,193,114); }
H1.HeaderClassName
{
color: #0BC172;
}
.AnyTagClassName
{
color: #0BC172;
}
</style>
background-color css
<style>
a { background-color: #0BC172; }
a { background-color: rgb(11,193,114); }
div.DivClassName
{
background-color: #0BC172;
}
.BgClassName
{
background-color: #0BC172;
}
</style>
border-color css
<style>
span { border-color: #0BC172; }
span { border-color: rgb(11,193,114); }
td.TdClassName
{
border-color: #0BC172;
}
.TagClassName
{
border-color: #0BC172;
}
</style>