Shades of Jade #01B56E
Tints of Jade #01B56E
RGB
CMYK
RGB Variations
Color information
#01B56E (or 0x01B56E) is known color: Jade. HEX triplet: 01, B5 and 6E. RGB value is (1,181,110). Sum of RGB (Red+Green+Blue) = 1+181+110=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #01B56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B56E is #FE4A91. Grayscale: #777777. Windows color (decimal): -16665234 or 7255297. OLE color: 7255297.
HSL color Cylindrical-coordinate representation of color #01B56E: hue angle of 156.33º 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 #01B56E is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 110 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.29 |
| HSL | 156.33º | 0.99% | 0.36% | - |
| HSV(B) | 156.33º | 0.99% | 0.71% | - |
| XYZ | 19.35 | 34.18 | 20.33 | - |
| YUV | 119.09 | 122.87 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 110 | 0.99 | 0 | 0.39 | 0.29 | 156.33 | 0.99 | 0.36 |
| Hex | 1 | B5 | 6E | 63 | 0 | 27 | 1D | 9C | 63 | 24 |
| Octal | 1 | 265 | 156 | 143 | 0 | 47 | 35 | 234 | 143 | 44 |
| Binary | 1 | 10110101 | 1101110 | 1100011 | 0 | 100111 | 11101 | 10011100 | 1100011 | 100100 |
Color Harmonies of #01B56E
Complementary color
Monochromatic Colors of #01B56E
Black with #01B56E
Text Example
Text Example
White with #01B56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B56E; }
p { color: rgb(1,181,110); }
H1.HeaderClassName
{
color: #01B56E;
}
.AnyTagClassName
{
color: #01B56E;
}
</style>
background-color css
<style>
a { background-color: #01B56E; }
a { background-color: rgb(1,181,110); }
div.DivClassName
{
background-color: #01B56E;
}
.BgClassName
{
background-color: #01B56E;
}
</style>
border-color css
<style>
span { border-color: #01B56E; }
span { border-color: rgb(1,181,110); }
td.TdClassName
{
border-color: #01B56E;
}
.TagClassName
{
border-color: #01B56E;
}
</style>