Shades of Jade #01B86A
Tints of Jade #01B86A
RGB
CMYK
RGB Variations
Color information
#01B86A (or 0x01B86A) is known color: Jade. HEX triplet: 01, B8 and 6A. RGB value is (1,184,106). Sum of RGB (Red+Green+Blue) = 1+184+106=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #01B86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B86A is #FE4795. Grayscale: #787878. Windows color (decimal): -16664470 or 6993921. OLE color: 6993921.
HSL color Cylindrical-coordinate representation of color #01B86A: hue angle of 154.43º 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 #01B86A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 106 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.28 |
| HSL | 154.43º | 0.99% | 0.36% | - |
| HSV(B) | 154.43º | 0.99% | 0.72% | - |
| XYZ | 19.75 | 35.33 | 19.41 | - |
| YUV | 120.39 | 119.87 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 106 | 0.99 | 0 | 0.42 | 0.28 | 154.43 | 0.99 | 0.36 |
| Hex | 1 | B8 | 6A | 63 | 0 | 2A | 1C | 9A | 63 | 24 |
| Octal | 1 | 270 | 152 | 143 | 0 | 52 | 34 | 232 | 143 | 44 |
| Binary | 1 | 10111000 | 1101010 | 1100011 | 0 | 101010 | 11100 | 10011010 | 1100011 | 100100 |
Color Harmonies of #01B86A
Complementary color
Monochromatic Colors of #01B86A
Black with #01B86A
Text Example
Text Example
White with #01B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B86A; }
p { color: rgb(1,184,106); }
H1.HeaderClassName
{
color: #01B86A;
}
.AnyTagClassName
{
color: #01B86A;
}
</style>
background-color css
<style>
a { background-color: #01B86A; }
a { background-color: rgb(1,184,106); }
div.DivClassName
{
background-color: #01B86A;
}
.BgClassName
{
background-color: #01B86A;
}
</style>
border-color css
<style>
span { border-color: #01B86A; }
span { border-color: rgb(1,184,106); }
td.TdClassName
{
border-color: #01B86A;
}
.TagClassName
{
border-color: #01B86A;
}
</style>