Shades of Jade #01B963
Tints of Jade #01B963
RGB
CMYK
RGB Variations
Color information
#01B963 (or 0x01B963) is known color: Jade. HEX triplet: 01, B9 and 63. RGB value is (1,185,99). Sum of RGB (Red+Green+Blue) = 1+185+99=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #01B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B963 is #FE469C. Grayscale: #787878. Windows color (decimal): -16664221 or 6535425. OLE color: 6535425.
HSL color Cylindrical-coordinate representation of color #01B963: hue angle of 151.96º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B963 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 99 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.27 |
| HSL | 151.96º | 0.99% | 0.36% | - |
| HSV(B) | 151.96º | 0.99% | 0.73% | - |
| XYZ | 19.61 | 35.61 | 17.64 | - |
| YUV | 120.18 | 116.04 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 99 | 0.99 | 0 | 0.46 | 0.27 | 151.96 | 0.99 | 0.36 |
| Hex | 1 | B9 | 63 | 63 | 0 | 2E | 1B | 98 | 63 | 24 |
| Octal | 1 | 271 | 143 | 143 | 0 | 56 | 33 | 230 | 143 | 44 |
| Binary | 1 | 10111001 | 1100011 | 1100011 | 0 | 101110 | 11011 | 10011000 | 1100011 | 100100 |
Color Harmonies of #01B963
Complementary color
Monochromatic Colors of #01B963
Black with #01B963
Text Example
Text Example
White with #01B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B963; }
p { color: rgb(1,185,99); }
H1.HeaderClassName
{
color: #01B963;
}
.AnyTagClassName
{
color: #01B963;
}
</style>
background-color css
<style>
a { background-color: #01B963; }
a { background-color: rgb(1,185,99); }
div.DivClassName
{
background-color: #01B963;
}
.BgClassName
{
background-color: #01B963;
}
</style>
border-color css
<style>
span { border-color: #01B963; }
span { border-color: rgb(1,185,99); }
td.TdClassName
{
border-color: #01B963;
}
.TagClassName
{
border-color: #01B963;
}
</style>