Shades of Jade #01BA7B
Tints of Jade #01BA7B
RGB
CMYK
RGB Variations
Color information
#01BA7B (or 0x01BA7B) is known color: Jade. HEX triplet: 01, BA and 7B. RGB value is (1,186,123). Sum of RGB (Red+Green+Blue) = 1+186+123=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA7B is #FE4584. Grayscale: #7B7B7B. Windows color (decimal): -16663941 or 8108545. OLE color: 8108545.
HSL color Cylindrical-coordinate representation of color #01BA7B: hue angle of 159.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA7B is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 123 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.27 |
| HSL | 159.57º | 0.99% | 0.37% | - |
| HSV(B) | 159.57º | 0.99% | 0.73% | - |
| XYZ | 21.15 | 36.55 | 24.68 | - |
| YUV | 123.5 | 127.71 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 123 | 0.99 | 0 | 0.34 | 0.27 | 159.57 | 0.99 | 0.37 |
| Hex | 1 | BA | 7B | 63 | 0 | 22 | 1B | A0 | 63 | 25 |
| Octal | 1 | 272 | 173 | 143 | 0 | 42 | 33 | 240 | 143 | 45 |
| Binary | 1 | 10111010 | 1111011 | 1100011 | 0 | 100010 | 11011 | 10100000 | 1100011 | 100101 |
Color Harmonies of #01BA7B
Complementary color
Monochromatic Colors of #01BA7B
Black with #01BA7B
Text Example
Text Example
White with #01BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA7B; }
p { color: rgb(1,186,123); }
H1.HeaderClassName
{
color: #01BA7B;
}
.AnyTagClassName
{
color: #01BA7B;
}
</style>
background-color css
<style>
a { background-color: #01BA7B; }
a { background-color: rgb(1,186,123); }
div.DivClassName
{
background-color: #01BA7B;
}
.BgClassName
{
background-color: #01BA7B;
}
</style>
border-color css
<style>
span { border-color: #01BA7B; }
span { border-color: rgb(1,186,123); }
td.TdClassName
{
border-color: #01BA7B;
}
.TagClassName
{
border-color: #01BA7B;
}
</style>