Shades of Jade #00B56E
Tints of Jade #00B56E
RGB
CMYK
RGB Variations
Color information
#00B56E (or 0x00B56E) is known color: Jade. HEX triplet: 00, B5 and 6E. RGB value is (0,181,110). Sum of RGB (Red+Green+Blue) = 0+181+110=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #00B56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B56E is #FF4A91. Grayscale: #767676. Windows color (decimal): -16730770 or 7255296. OLE color: 7255296.
HSL color Cylindrical-coordinate representation of color #00B56E: hue angle of 156.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B56E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 110 | - |
| CMYK | 1 | 0 | 0.39 | 0.29 |
| HSL | 156.46º | 1% | 0.35% | - |
| HSV(B) | 156.46º | 1% | 0.71% | - |
| XYZ | 19.34 | 34.17 | 20.33 | - |
| YUV | 118.79 | 123.03 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 110 | 1 | 0 | 0.39 | 0.29 | 156.46 | 1 | 0.35 |
| Hex | 0 | B5 | 6E | 64 | 0 | 27 | 1D | 9C | 64 | 23 |
| Octal | 0 | 265 | 156 | 144 | 0 | 47 | 35 | 234 | 144 | 43 |
| Binary | 0 | 10110101 | 1101110 | 1100100 | 0 | 100111 | 11101 | 10011100 | 1100100 | 100011 |
Color Harmonies of #00B56E
Complementary color
Monochromatic Colors of #00B56E
Black with #00B56E
Text Example
Text Example
White with #00B56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B56E; }
p { color: rgb(0,181,110); }
H1.HeaderClassName
{
color: #00B56E;
}
.AnyTagClassName
{
color: #00B56E;
}
</style>
background-color css
<style>
a { background-color: #00B56E; }
a { background-color: rgb(0,181,110); }
div.DivClassName
{
background-color: #00B56E;
}
.BgClassName
{
background-color: #00B56E;
}
</style>
border-color css
<style>
span { border-color: #00B56E; }
span { border-color: rgb(0,181,110); }
td.TdClassName
{
border-color: #00B56E;
}
.TagClassName
{
border-color: #00B56E;
}
</style>