Shades of Jade #01B37A
Tints of Jade #01B37A
RGB
CMYK
RGB Variations
Color information
#01B37A (or 0x01B37A) is known color: Jade. HEX triplet: 01, B3 and 7A. RGB value is (1,179,122). Sum of RGB (Red+Green+Blue) = 1+179+122=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #01B37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B37A is #FE4C85. Grayscale: #777777. Windows color (decimal): -16665734 or 8041217. OLE color: 8041217.
HSL color Cylindrical-coordinate representation of color #01B37A: hue angle of 160.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B37A is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 122 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.30 |
| HSL | 160.79º | 0.99% | 0.35% | - |
| HSV(B) | 160.79º | 0.99% | 0.7% | - |
| XYZ | 19.65 | 33.65 | 23.87 | - |
| YUV | 119.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 122 | 0.99 | 0 | 0.32 | 0.30 | 160.79 | 0.99 | 0.35 |
| Hex | 1 | B3 | 7A | 63 | 0 | 20 | 1E | A1 | 63 | 23 |
| Octal | 1 | 263 | 172 | 143 | 0 | 40 | 36 | 241 | 143 | 43 |
| Binary | 1 | 10110011 | 1111010 | 1100011 | 0 | 100000 | 11110 | 10100001 | 1100011 | 100011 |
Color Harmonies of #01B37A
Complementary color
Monochromatic Colors of #01B37A
Black with #01B37A
Text Example
Text Example
White with #01B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B37A; }
p { color: rgb(1,179,122); }
H1.HeaderClassName
{
color: #01B37A;
}
.AnyTagClassName
{
color: #01B37A;
}
</style>
background-color css
<style>
a { background-color: #01B37A; }
a { background-color: rgb(1,179,122); }
div.DivClassName
{
background-color: #01B37A;
}
.BgClassName
{
background-color: #01B37A;
}
</style>
border-color css
<style>
span { border-color: #01B37A; }
span { border-color: rgb(1,179,122); }
td.TdClassName
{
border-color: #01B37A;
}
.TagClassName
{
border-color: #01B37A;
}
</style>