Shades of Jade #01B17B
Tints of Jade #01B17B
RGB
CMYK
RGB Variations
Color information
#01B17B (or 0x01B17B) is known color: Jade. HEX triplet: 01, B1 and 7B. RGB value is (1,177,123). Sum of RGB (Red+Green+Blue) = 1+177+123=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #01B17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B17B is #FE4E84. Grayscale: #767676. Windows color (decimal): -16666245 or 8106241. OLE color: 8106241.
HSL color Cylindrical-coordinate representation of color #01B17B: hue angle of 161.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B17B is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 123 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.31 |
| HSL | 161.59º | 0.99% | 0.35% | - |
| HSV(B) | 161.59º | 0.99% | 0.69% | - |
| XYZ | 19.31 | 32.88 | 24.07 | - |
| YUV | 118.22 | 130.69 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 123 | 0.99 | 0 | 0.31 | 0.31 | 161.59 | 0.99 | 0.35 |
| Hex | 1 | B1 | 7B | 63 | 0 | 1F | 1F | A2 | 63 | 23 |
| Octal | 1 | 261 | 173 | 143 | 0 | 37 | 37 | 242 | 143 | 43 |
| Binary | 1 | 10110001 | 1111011 | 1100011 | 0 | 11111 | 11111 | 10100010 | 1100011 | 100011 |
Color Harmonies of #01B17B
Complementary color
Monochromatic Colors of #01B17B
Black with #01B17B
Text Example
Text Example
White with #01B17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B17B; }
p { color: rgb(1,177,123); }
H1.HeaderClassName
{
color: #01B17B;
}
.AnyTagClassName
{
color: #01B17B;
}
</style>
background-color css
<style>
a { background-color: #01B17B; }
a { background-color: rgb(1,177,123); }
div.DivClassName
{
background-color: #01B17B;
}
.BgClassName
{
background-color: #01B17B;
}
</style>
border-color css
<style>
span { border-color: #01B17B; }
span { border-color: rgb(1,177,123); }
td.TdClassName
{
border-color: #01B17B;
}
.TagClassName
{
border-color: #01B17B;
}
</style>