Shades of Jade #01B57C
Tints of Jade #01B57C
RGB
CMYK
RGB Variations
Color information
#01B57C (or 0x01B57C) is known color: Jade. HEX triplet: 01, B5 and 7C. RGB value is (1,181,124). Sum of RGB (Red+Green+Blue) = 1+181+124=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #01B57C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B57C is #FE4A83. Grayscale: #787878. Windows color (decimal): -16665220 or 8172801. OLE color: 8172801.
HSL color Cylindrical-coordinate representation of color #01B57C: hue angle of 161º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B57C is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 124 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.29 |
| HSL | 161º | 0.99% | 0.36% | - |
| HSV(B) | 161º | 0.99% | 0.71% | - |
| XYZ | 20.17 | 34.51 | 24.67 | - |
| YUV | 120.68 | 129.87 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 124 | 0.99 | 0 | 0.31 | 0.29 | 161 | 0.99 | 0.36 |
| Hex | 1 | B5 | 7C | 63 | 0 | 1F | 1D | A1 | 63 | 24 |
| Octal | 1 | 265 | 174 | 143 | 0 | 37 | 35 | 241 | 143 | 44 |
| Binary | 1 | 10110101 | 1111100 | 1100011 | 0 | 11111 | 11101 | 10100001 | 1100011 | 100100 |
Color Harmonies of #01B57C
Complementary color
Monochromatic Colors of #01B57C
Black with #01B57C
Text Example
Text Example
White with #01B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B57C; }
p { color: rgb(1,181,124); }
H1.HeaderClassName
{
color: #01B57C;
}
.AnyTagClassName
{
color: #01B57C;
}
</style>
background-color css
<style>
a { background-color: #01B57C; }
a { background-color: rgb(1,181,124); }
div.DivClassName
{
background-color: #01B57C;
}
.BgClassName
{
background-color: #01B57C;
}
</style>
border-color css
<style>
span { border-color: #01B57C; }
span { border-color: rgb(1,181,124); }
td.TdClassName
{
border-color: #01B57C;
}
.TagClassName
{
border-color: #01B57C;
}
</style>