Shades of Jade #0BC572
Tints of Jade #0BC572
RGB
CMYK
RGB Variations
Color information
#0BC572 (or 0x0BC572) is known color: Jade. HEX triplet: 0B, C5 and 72. RGB value is (11,197,114). Sum of RGB (Red+Green+Blue) = 11+197+114=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC572 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC572 is #F43A8D. Grayscale: #848484. Windows color (decimal): -16005774 or 7521547. OLE color: 7521547.
HSL color Cylindrical-coordinate representation of color #0BC572: hue angle of 153.23º 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 #0BC572 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 114 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.23 |
| HSL | 153.23º | 0.89% | 0.41% | - |
| HSV(B) | 153.23º | 0.94% | 0.77% | - |
| XYZ | 23.14 | 41.22 | 22.66 | - |
| YUV | 131.92 | 117.88 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 114 | 0.94 | 0 | 0.42 | 0.23 | 153.23 | 0.89 | 0.41 |
| Hex | B | C5 | 72 | 5E | 0 | 2A | 17 | 99 | 59 | 29 |
| Octal | 13 | 305 | 162 | 136 | 0 | 52 | 27 | 231 | 131 | 51 |
| Binary | 1011 | 11000101 | 1110010 | 1011110 | 0 | 101010 | 10111 | 10011001 | 1011001 | 101001 |
Color Harmonies of #0BC572
Complementary color
Monochromatic Colors of #0BC572
Black with #0BC572
Text Example
Text Example
White with #0BC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC572; }
p { color: rgb(11,197,114); }
H1.HeaderClassName
{
color: #0BC572;
}
.AnyTagClassName
{
color: #0BC572;
}
</style>
background-color css
<style>
a { background-color: #0BC572; }
a { background-color: rgb(11,197,114); }
div.DivClassName
{
background-color: #0BC572;
}
.BgClassName
{
background-color: #0BC572;
}
</style>
border-color css
<style>
span { border-color: #0BC572; }
span { border-color: rgb(11,197,114); }
td.TdClassName
{
border-color: #0BC572;
}
.TagClassName
{
border-color: #0BC572;
}
</style>