Shades of Jade #01B961
Tints of Jade #01B961
RGB
CMYK
RGB Variations
Color information
#01B961 (or 0x01B961) is known color: Jade. HEX triplet: 01, B9 and 61. RGB value is (1,185,97). Sum of RGB (Red+Green+Blue) = 1+185+97=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #01B961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B961 is #FE469E. Grayscale: #787878. Windows color (decimal): -16664223 or 6404353. OLE color: 6404353.
HSL color Cylindrical-coordinate representation of color #01B961: hue angle of 151.3º 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 #01B961 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 97 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.27 |
| HSL | 151.3º | 0.99% | 0.36% | - |
| HSV(B) | 151.3º | 0.99% | 0.73% | - |
| XYZ | 19.52 | 35.57 | 17.15 | - |
| YUV | 119.95 | 115.04 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 97 | 0.99 | 0 | 0.48 | 0.27 | 151.3 | 0.99 | 0.36 |
| Hex | 1 | B9 | 61 | 63 | 0 | 30 | 1B | 97 | 63 | 24 |
| Octal | 1 | 271 | 141 | 143 | 0 | 60 | 33 | 227 | 143 | 44 |
| Binary | 1 | 10111001 | 1100001 | 1100011 | 0 | 110000 | 11011 | 10010111 | 1100011 | 100100 |
Color Harmonies of #01B961
Complementary color
Monochromatic Colors of #01B961
Black with #01B961
Text Example
Text Example
White with #01B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B961; }
p { color: rgb(1,185,97); }
H1.HeaderClassName
{
color: #01B961;
}
.AnyTagClassName
{
color: #01B961;
}
</style>
background-color css
<style>
a { background-color: #01B961; }
a { background-color: rgb(1,185,97); }
div.DivClassName
{
background-color: #01B961;
}
.BgClassName
{
background-color: #01B961;
}
</style>
border-color css
<style>
span { border-color: #01B961; }
span { border-color: rgb(1,185,97); }
td.TdClassName
{
border-color: #01B961;
}
.TagClassName
{
border-color: #01B961;
}
</style>