Shades of Jade #01B87D
Tints of Jade #01B87D
RGB
CMYK
RGB Variations
Color information
#01B87D (or 0x01B87D) is known color: Jade. HEX triplet: 01, B8 and 7D. RGB value is (1,184,125). Sum of RGB (Red+Green+Blue) = 1+184+125=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #01B87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B87D is #FE4782. Grayscale: #7A7A7A. Windows color (decimal): -16664451 or 8239105. OLE color: 8239105.
HSL color Cylindrical-coordinate representation of color #01B87D: hue angle of 160.66º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B87D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 125 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.28 |
| HSL | 160.66º | 0.99% | 0.36% | - |
| HSV(B) | 160.66º | 0.99% | 0.72% | - |
| XYZ | 20.85 | 35.77 | 25.21 | - |
| YUV | 122.56 | 129.37 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 125 | 0.99 | 0 | 0.32 | 0.28 | 160.66 | 0.99 | 0.36 |
| Hex | 1 | B8 | 7D | 63 | 0 | 20 | 1C | A1 | 63 | 24 |
| Octal | 1 | 270 | 175 | 143 | 0 | 40 | 34 | 241 | 143 | 44 |
| Binary | 1 | 10111000 | 1111101 | 1100011 | 0 | 100000 | 11100 | 10100001 | 1100011 | 100100 |
Color Harmonies of #01B87D
Complementary color
Monochromatic Colors of #01B87D
Black with #01B87D
Text Example
Text Example
White with #01B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B87D; }
p { color: rgb(1,184,125); }
H1.HeaderClassName
{
color: #01B87D;
}
.AnyTagClassName
{
color: #01B87D;
}
</style>
background-color css
<style>
a { background-color: #01B87D; }
a { background-color: rgb(1,184,125); }
div.DivClassName
{
background-color: #01B87D;
}
.BgClassName
{
background-color: #01B87D;
}
</style>
border-color css
<style>
span { border-color: #01B87D; }
span { border-color: rgb(1,184,125); }
td.TdClassName
{
border-color: #01B87D;
}
.TagClassName
{
border-color: #01B87D;
}
</style>