Shades of Jade #00B871
Tints of Jade #00B871
RGB
CMYK
RGB Variations
Color information
#00B871 (or 0x00B871) is known color: Jade. HEX triplet: 00, B8 and 71. RGB value is (0,184,113). Sum of RGB (Red+Green+Blue) = 0+184+113=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #00B871 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B871 is #FF478E. Grayscale: #787878. Windows color (decimal): -16729999 or 7452672. OLE color: 7452672.
HSL color Cylindrical-coordinate representation of color #00B871: hue angle of 156.85º 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 #00B871 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 113 | - |
| CMYK | 1 | 0 | 0.39 | 0.28 |
| HSL | 156.85º | 1% | 0.36% | - |
| HSV(B) | 156.85º | 1% | 0.72% | - |
| XYZ | 20.12 | 35.47 | 21.41 | - |
| YUV | 120.89 | 123.54 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 113 | 1 | 0 | 0.39 | 0.28 | 156.85 | 1 | 0.36 |
| Hex | 0 | B8 | 71 | 64 | 0 | 27 | 1C | 9D | 64 | 24 |
| Octal | 0 | 270 | 161 | 144 | 0 | 47 | 34 | 235 | 144 | 44 |
| Binary | 0 | 10111000 | 1110001 | 1100100 | 0 | 100111 | 11100 | 10011101 | 1100100 | 100100 |
Color Harmonies of #00B871
Complementary color
Monochromatic Colors of #00B871
Black with #00B871
Text Example
Text Example
White with #00B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B871; }
p { color: rgb(0,184,113); }
H1.HeaderClassName
{
color: #00B871;
}
.AnyTagClassName
{
color: #00B871;
}
</style>
background-color css
<style>
a { background-color: #00B871; }
a { background-color: rgb(0,184,113); }
div.DivClassName
{
background-color: #00B871;
}
.BgClassName
{
background-color: #00B871;
}
</style>
border-color css
<style>
span { border-color: #00B871; }
span { border-color: rgb(0,184,113); }
td.TdClassName
{
border-color: #00B871;
}
.TagClassName
{
border-color: #00B871;
}
</style>