Shades of Jade #01B57B
Tints of Jade #01B57B
RGB
CMYK
RGB Variations
Color information
#01B57B (or 0x01B57B) is known color: Jade. HEX triplet: 01, B5 and 7B. RGB value is (1,181,123). Sum of RGB (Red+Green+Blue) = 1+181+123=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #01B57B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B57B is #FE4A84. Grayscale: #787878. Windows color (decimal): -16665221 or 8107265. OLE color: 8107265.
HSL color Cylindrical-coordinate representation of color #01B57B: hue angle of 160.67º 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 #01B57B is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 123 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.29 |
| HSL | 160.67º | 0.99% | 0.36% | - |
| HSV(B) | 160.67º | 0.99% | 0.71% | - |
| XYZ | 20.11 | 34.48 | 24.34 | - |
| YUV | 120.57 | 129.37 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 123 | 0.99 | 0 | 0.32 | 0.29 | 160.67 | 0.99 | 0.36 |
| Hex | 1 | B5 | 7B | 63 | 0 | 20 | 1D | A1 | 63 | 24 |
| Octal | 1 | 265 | 173 | 143 | 0 | 40 | 35 | 241 | 143 | 44 |
| Binary | 1 | 10110101 | 1111011 | 1100011 | 0 | 100000 | 11101 | 10100001 | 1100011 | 100100 |
Color Harmonies of #01B57B
Complementary color
Monochromatic Colors of #01B57B
Black with #01B57B
Text Example
Text Example
White with #01B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B57B; }
p { color: rgb(1,181,123); }
H1.HeaderClassName
{
color: #01B57B;
}
.AnyTagClassName
{
color: #01B57B;
}
</style>
background-color css
<style>
a { background-color: #01B57B; }
a { background-color: rgb(1,181,123); }
div.DivClassName
{
background-color: #01B57B;
}
.BgClassName
{
background-color: #01B57B;
}
</style>
border-color css
<style>
span { border-color: #01B57B; }
span { border-color: rgb(1,181,123); }
td.TdClassName
{
border-color: #01B57B;
}
.TagClassName
{
border-color: #01B57B;
}
</style>