Shades of Jade #01B37F
Tints of Jade #01B37F
RGB
CMYK
RGB Variations
Color information
#01B37F (or 0x01B37F) is known color: Jade. HEX triplet: 01, B3 and 7F. RGB value is (1,179,127). Sum of RGB (Red+Green+Blue) = 1+179+127=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #01B37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B37F is #FE4C80. Grayscale: #777777. Windows color (decimal): -16665729 or 8368897. OLE color: 8368897.
HSL color Cylindrical-coordinate representation of color #01B37F: hue angle of 162.47º 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 #01B37F is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 127 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.30 |
| HSL | 162.47º | 0.99% | 0.35% | - |
| HSV(B) | 162.47º | 0.99% | 0.7% | - |
| XYZ | 19.96 | 33.78 | 25.55 | - |
| YUV | 119.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 127 | 0.99 | 0 | 0.29 | 0.30 | 162.47 | 0.99 | 0.35 |
| Hex | 1 | B3 | 7F | 63 | 0 | 1D | 1E | A2 | 63 | 23 |
| Octal | 1 | 263 | 177 | 143 | 0 | 35 | 36 | 242 | 143 | 43 |
| Binary | 1 | 10110011 | 1111111 | 1100011 | 0 | 11101 | 11110 | 10100010 | 1100011 | 100011 |
Color Harmonies of #01B37F
Complementary color
Monochromatic Colors of #01B37F
Black with #01B37F
Text Example
Text Example
White with #01B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B37F; }
p { color: rgb(1,179,127); }
H1.HeaderClassName
{
color: #01B37F;
}
.AnyTagClassName
{
color: #01B37F;
}
</style>
background-color css
<style>
a { background-color: #01B37F; }
a { background-color: rgb(1,179,127); }
div.DivClassName
{
background-color: #01B37F;
}
.BgClassName
{
background-color: #01B37F;
}
</style>
border-color css
<style>
span { border-color: #01B37F; }
span { border-color: rgb(1,179,127); }
td.TdClassName
{
border-color: #01B37F;
}
.TagClassName
{
border-color: #01B37F;
}
</style>