Shades of Jade #01B37B
Tints of Jade #01B37B
RGB
CMYK
RGB Variations
Color information
#01B37B (or 0x01B37B) is known color: Jade. HEX triplet: 01, B3 and 7B. RGB value is (1,179,123). Sum of RGB (Red+Green+Blue) = 1+179+123=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #01B37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B37B is #FE4C84. Grayscale: #777777. Windows color (decimal): -16665733 or 8106753. OLE color: 8106753.
HSL color Cylindrical-coordinate representation of color #01B37B: hue angle of 161.12º 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 #01B37B is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 123 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.30 |
| HSL | 161.12º | 0.99% | 0.35% | - |
| HSV(B) | 161.12º | 0.99% | 0.7% | - |
| XYZ | 19.71 | 33.68 | 24.2 | - |
| YUV | 119.39 | 130.03 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 123 | 0.99 | 0 | 0.31 | 0.30 | 161.12 | 0.99 | 0.35 |
| Hex | 1 | B3 | 7B | 63 | 0 | 1F | 1E | A1 | 63 | 23 |
| Octal | 1 | 263 | 173 | 143 | 0 | 37 | 36 | 241 | 143 | 43 |
| Binary | 1 | 10110011 | 1111011 | 1100011 | 0 | 11111 | 11110 | 10100001 | 1100011 | 100011 |
Color Harmonies of #01B37B
Complementary color
Monochromatic Colors of #01B37B
Black with #01B37B
Text Example
Text Example
White with #01B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B37B; }
p { color: rgb(1,179,123); }
H1.HeaderClassName
{
color: #01B37B;
}
.AnyTagClassName
{
color: #01B37B;
}
</style>
background-color css
<style>
a { background-color: #01B37B; }
a { background-color: rgb(1,179,123); }
div.DivClassName
{
background-color: #01B37B;
}
.BgClassName
{
background-color: #01B37B;
}
</style>
border-color css
<style>
span { border-color: #01B37B; }
span { border-color: rgb(1,179,123); }
td.TdClassName
{
border-color: #01B37B;
}
.TagClassName
{
border-color: #01B37B;
}
</style>