Shades of Jade #00B863
Tints of Jade #00B863
RGB
CMYK
RGB Variations
Color information
#00B863 (or 0x00B863) is known color: Jade. HEX triplet: 00, B8 and 63. RGB value is (0,184,99). Sum of RGB (Red+Green+Blue) = 0+184+99=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #00B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B863 is #FF479C. Grayscale: #777777. Windows color (decimal): -16730013 or 6535168. OLE color: 6535168.
HSL color Cylindrical-coordinate representation of color #00B863: hue angle of 152.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B863 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 99 | - |
| CMYK | 1 | 0 | 0.46 | 0.28 |
| HSL | 152.28º | 1% | 0.36% | - |
| HSV(B) | 152.28º | 1% | 0.72% | - |
| XYZ | 19.39 | 35.18 | 17.57 | - |
| YUV | 119.29 | 116.54 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 99 | 1 | 0 | 0.46 | 0.28 | 152.28 | 1 | 0.36 |
| Hex | 0 | B8 | 63 | 64 | 0 | 2E | 1C | 98 | 64 | 24 |
| Octal | 0 | 270 | 143 | 144 | 0 | 56 | 34 | 230 | 144 | 44 |
| Binary | 0 | 10111000 | 1100011 | 1100100 | 0 | 101110 | 11100 | 10011000 | 1100100 | 100100 |
Color Harmonies of #00B863
Complementary color
Monochromatic Colors of #00B863
Black with #00B863
Text Example
Text Example
White with #00B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B863; }
p { color: rgb(0,184,99); }
H1.HeaderClassName
{
color: #00B863;
}
.AnyTagClassName
{
color: #00B863;
}
</style>
background-color css
<style>
a { background-color: #00B863; }
a { background-color: rgb(0,184,99); }
div.DivClassName
{
background-color: #00B863;
}
.BgClassName
{
background-color: #00B863;
}
</style>
border-color css
<style>
span { border-color: #00B863; }
span { border-color: rgb(0,184,99); }
td.TdClassName
{
border-color: #00B863;
}
.TagClassName
{
border-color: #00B863;
}
</style>