Shades of Jade #01B966
Tints of Jade #01B966
RGB
CMYK
RGB Variations
Color information
#01B966 (or 0x01B966) is known color: Jade. HEX triplet: 01, B9 and 66. RGB value is (1,185,102). Sum of RGB (Red+Green+Blue) = 1+185+102=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #01B966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B966 is #FE4699. Grayscale: #787878. Windows color (decimal): -16664218 or 6732033. OLE color: 6732033.
HSL color Cylindrical-coordinate representation of color #01B966: hue angle of 152.93º 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 #01B966 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 102 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.27 |
| HSL | 152.93º | 0.99% | 0.36% | - |
| HSV(B) | 152.93º | 0.99% | 0.73% | - |
| XYZ | 19.76 | 35.66 | 18.41 | - |
| YUV | 120.52 | 117.54 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 102 | 0.99 | 0 | 0.45 | 0.27 | 152.93 | 0.99 | 0.36 |
| Hex | 1 | B9 | 66 | 63 | 0 | 2D | 1B | 99 | 63 | 24 |
| Octal | 1 | 271 | 146 | 143 | 0 | 55 | 33 | 231 | 143 | 44 |
| Binary | 1 | 10111001 | 1100110 | 1100011 | 0 | 101101 | 11011 | 10011001 | 1100011 | 100100 |
Color Harmonies of #01B966
Complementary color
Monochromatic Colors of #01B966
Black with #01B966
Text Example
Text Example
White with #01B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B966; }
p { color: rgb(1,185,102); }
H1.HeaderClassName
{
color: #01B966;
}
.AnyTagClassName
{
color: #01B966;
}
</style>
background-color css
<style>
a { background-color: #01B966; }
a { background-color: rgb(1,185,102); }
div.DivClassName
{
background-color: #01B966;
}
.BgClassName
{
background-color: #01B966;
}
</style>
border-color css
<style>
span { border-color: #01B966; }
span { border-color: rgb(1,185,102); }
td.TdClassName
{
border-color: #01B966;
}
.TagClassName
{
border-color: #01B966;
}
</style>