Shades of Jade #01B863
Tints of Jade #01B863
RGB
CMYK
RGB Variations
Color information
#01B863 (or 0x01B863) is known color: Jade. HEX triplet: 01, B8 and 63. RGB value is (1,184,99). Sum of RGB (Red+Green+Blue) = 1+184+99=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #01B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B863 is #FE479C. Grayscale: #777777. Windows color (decimal): -16664477 or 6535169. OLE color: 6535169.
HSL color Cylindrical-coordinate representation of color #01B863: hue angle of 152.13º 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 #01B863 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 99 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.28 |
| HSL | 152.13º | 0.99% | 0.36% | - |
| HSV(B) | 152.13º | 0.99% | 0.72% | - |
| XYZ | 19.41 | 35.19 | 17.57 | - |
| YUV | 119.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 99 | 0.99 | 0 | 0.46 | 0.28 | 152.13 | 0.99 | 0.36 |
| Hex | 1 | B8 | 63 | 63 | 0 | 2E | 1C | 98 | 63 | 24 |
| Octal | 1 | 270 | 143 | 143 | 0 | 56 | 34 | 230 | 143 | 44 |
| Binary | 1 | 10111000 | 1100011 | 1100011 | 0 | 101110 | 11100 | 10011000 | 1100011 | 100100 |
Color Harmonies of #01B863
Complementary color
Monochromatic Colors of #01B863
Black with #01B863
Text Example
Text Example
White with #01B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B863; }
p { color: rgb(1,184,99); }
H1.HeaderClassName
{
color: #01B863;
}
.AnyTagClassName
{
color: #01B863;
}
</style>
background-color css
<style>
a { background-color: #01B863; }
a { background-color: rgb(1,184,99); }
div.DivClassName
{
background-color: #01B863;
}
.BgClassName
{
background-color: #01B863;
}
</style>
border-color css
<style>
span { border-color: #01B863; }
span { border-color: rgb(1,184,99); }
td.TdClassName
{
border-color: #01B863;
}
.TagClassName
{
border-color: #01B863;
}
</style>