Shades of Jade #01BD7B
Tints of Jade #01BD7B
RGB
CMYK
RGB Variations
Color information
#01BD7B (or 0x01BD7B) is known color: Jade. HEX triplet: 01, BD and 7B. RGB value is (1,189,123). Sum of RGB (Red+Green+Blue) = 1+189+123=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD7B is #FE4284. Grayscale: #7D7D7D. Windows color (decimal): -16663173 or 8109313. OLE color: 8109313.
HSL color Cylindrical-coordinate representation of color #01BD7B: hue angle of 158.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BD7B is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 123 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.26 |
| HSL | 158.94º | 0.99% | 0.37% | - |
| HSV(B) | 158.94º | 0.99% | 0.74% | - |
| XYZ | 21.79 | 37.83 | 24.89 | - |
| YUV | 125.26 | 126.72 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 123 | 0.99 | 0 | 0.35 | 0.26 | 158.94 | 0.99 | 0.37 |
| Hex | 1 | BD | 7B | 63 | 0 | 23 | 1A | 9F | 63 | 25 |
| Octal | 1 | 275 | 173 | 143 | 0 | 43 | 32 | 237 | 143 | 45 |
| Binary | 1 | 10111101 | 1111011 | 1100011 | 0 | 100011 | 11010 | 10011111 | 1100011 | 100101 |
Color Harmonies of #01BD7B
Complementary color
Monochromatic Colors of #01BD7B
Black with #01BD7B
Text Example
Text Example
White with #01BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD7B; }
p { color: rgb(1,189,123); }
H1.HeaderClassName
{
color: #01BD7B;
}
.AnyTagClassName
{
color: #01BD7B;
}
</style>
background-color css
<style>
a { background-color: #01BD7B; }
a { background-color: rgb(1,189,123); }
div.DivClassName
{
background-color: #01BD7B;
}
.BgClassName
{
background-color: #01BD7B;
}
</style>
border-color css
<style>
span { border-color: #01BD7B; }
span { border-color: rgb(1,189,123); }
td.TdClassName
{
border-color: #01BD7B;
}
.TagClassName
{
border-color: #01BD7B;
}
</style>