Shades of Jade #01BA5F
Tints of Jade #01BA5F
RGB
CMYK
RGB Variations
Color information
#01BA5F (or 0x01BA5F) is known color: Jade. HEX triplet: 01, BA and 5F. RGB value is (1,186,95). Sum of RGB (Red+Green+Blue) = 1+186+95=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA5F is #FE45A0. Grayscale: #787878. Windows color (decimal): -16663969 or 6273537. OLE color: 6273537.
HSL color Cylindrical-coordinate representation of color #01BA5F: hue angle of 150.49º 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 #01BA5F is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 95 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.27 |
| HSL | 150.49º | 0.99% | 0.37% | - |
| HSV(B) | 150.49º | 0.99% | 0.73% | - |
| XYZ | 19.64 | 35.95 | 16.73 | - |
| YUV | 120.31 | 113.71 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 95 | 0.99 | 0 | 0.49 | 0.27 | 150.49 | 0.99 | 0.37 |
| Hex | 1 | BA | 5F | 63 | 0 | 31 | 1B | 96 | 63 | 25 |
| Octal | 1 | 272 | 137 | 143 | 0 | 61 | 33 | 226 | 143 | 45 |
| Binary | 1 | 10111010 | 1011111 | 1100011 | 0 | 110001 | 11011 | 10010110 | 1100011 | 100101 |
Color Harmonies of #01BA5F
Complementary color
Monochromatic Colors of #01BA5F
Black with #01BA5F
Text Example
Text Example
White with #01BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA5F; }
p { color: rgb(1,186,95); }
H1.HeaderClassName
{
color: #01BA5F;
}
.AnyTagClassName
{
color: #01BA5F;
}
</style>
background-color css
<style>
a { background-color: #01BA5F; }
a { background-color: rgb(1,186,95); }
div.DivClassName
{
background-color: #01BA5F;
}
.BgClassName
{
background-color: #01BA5F;
}
</style>
border-color css
<style>
span { border-color: #01BA5F; }
span { border-color: rgb(1,186,95); }
td.TdClassName
{
border-color: #01BA5F;
}
.TagClassName
{
border-color: #01BA5F;
}
</style>