Shades of Jade #01B967
Tints of Jade #01B967
RGB
CMYK
RGB Variations
Color information
#01B967 (or 0x01B967) is known color: Jade. HEX triplet: 01, B9 and 67. RGB value is (1,185,103). Sum of RGB (Red+Green+Blue) = 1+185+103=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #01B967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B967 is #FE4698. Grayscale: #787878. Windows color (decimal): -16664217 or 6797569. OLE color: 6797569.
HSL color Cylindrical-coordinate representation of color #01B967: hue angle of 153.26º 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 #01B967 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 103 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.27 |
| HSL | 153.26º | 0.99% | 0.36% | - |
| HSV(B) | 153.26º | 0.99% | 0.73% | - |
| XYZ | 19.81 | 35.68 | 18.68 | - |
| YUV | 120.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 103 | 0.99 | 0 | 0.44 | 0.27 | 153.26 | 0.99 | 0.36 |
| Hex | 1 | B9 | 67 | 63 | 0 | 2C | 1B | 99 | 63 | 24 |
| Octal | 1 | 271 | 147 | 143 | 0 | 54 | 33 | 231 | 143 | 44 |
| Binary | 1 | 10111001 | 1100111 | 1100011 | 0 | 101100 | 11011 | 10011001 | 1100011 | 100100 |
Color Harmonies of #01B967
Complementary color
Monochromatic Colors of #01B967
Black with #01B967
Text Example
Text Example
White with #01B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B967; }
p { color: rgb(1,185,103); }
H1.HeaderClassName
{
color: #01B967;
}
.AnyTagClassName
{
color: #01B967;
}
</style>
background-color css
<style>
a { background-color: #01B967; }
a { background-color: rgb(1,185,103); }
div.DivClassName
{
background-color: #01B967;
}
.BgClassName
{
background-color: #01B967;
}
</style>
border-color css
<style>
span { border-color: #01B967; }
span { border-color: rgb(1,185,103); }
td.TdClassName
{
border-color: #01B967;
}
.TagClassName
{
border-color: #01B967;
}
</style>