Shades of Jade #01BA6B
Tints of Jade #01BA6B
RGB
CMYK
RGB Variations
Color information
#01BA6B (or 0x01BA6B) is known color: Jade. HEX triplet: 01, BA and 6B. RGB value is (1,186,107). Sum of RGB (Red+Green+Blue) = 1+186+107=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA6B is #FE4594. Grayscale: #797979. Windows color (decimal): -16663957 or 7059969. OLE color: 7059969.
HSL color Cylindrical-coordinate representation of color #01BA6B: hue angle of 154.38º 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 #01BA6B is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 107 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.27 |
| HSL | 154.38º | 0.99% | 0.37% | - |
| HSV(B) | 154.38º | 0.99% | 0.73% | - |
| XYZ | 20.23 | 36.19 | 19.83 | - |
| YUV | 121.68 | 119.71 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 107 | 0.99 | 0 | 0.42 | 0.27 | 154.38 | 0.99 | 0.37 |
| Hex | 1 | BA | 6B | 63 | 0 | 2A | 1B | 9A | 63 | 25 |
| Octal | 1 | 272 | 153 | 143 | 0 | 52 | 33 | 232 | 143 | 45 |
| Binary | 1 | 10111010 | 1101011 | 1100011 | 0 | 101010 | 11011 | 10011010 | 1100011 | 100101 |
Color Harmonies of #01BA6B
Complementary color
Monochromatic Colors of #01BA6B
Black with #01BA6B
Text Example
Text Example
White with #01BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA6B; }
p { color: rgb(1,186,107); }
H1.HeaderClassName
{
color: #01BA6B;
}
.AnyTagClassName
{
color: #01BA6B;
}
</style>
background-color css
<style>
a { background-color: #01BA6B; }
a { background-color: rgb(1,186,107); }
div.DivClassName
{
background-color: #01BA6B;
}
.BgClassName
{
background-color: #01BA6B;
}
</style>
border-color css
<style>
span { border-color: #01BA6B; }
span { border-color: rgb(1,186,107); }
td.TdClassName
{
border-color: #01BA6B;
}
.TagClassName
{
border-color: #01BA6B;
}
</style>