Shades of Jade #00B961
Tints of Jade #00B961
RGB
CMYK
RGB Variations
Color information
#00B961 (or 0x00B961) is known color: Jade. HEX triplet: 00, B9 and 61. RGB value is (0,185,97). Sum of RGB (Red+Green+Blue) = 0+185+97=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #00B961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B961 is #FF469E. Grayscale: #777777. Windows color (decimal): -16729759 or 6404352. OLE color: 6404352.
HSL color Cylindrical-coordinate representation of color #00B961: hue angle of 151.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B961 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 97 | - |
| CMYK | 1 | 0 | 0.48 | 0.27 |
| HSL | 151.46º | 1% | 0.36% | - |
| HSV(B) | 151.46º | 1% | 0.73% | - |
| XYZ | 19.51 | 35.56 | 17.15 | - |
| YUV | 119.65 | 115.21 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 97 | 1 | 0 | 0.48 | 0.27 | 151.46 | 1 | 0.36 |
| Hex | 0 | B9 | 61 | 64 | 0 | 30 | 1B | 97 | 64 | 24 |
| Octal | 0 | 271 | 141 | 144 | 0 | 60 | 33 | 227 | 144 | 44 |
| Binary | 0 | 10111001 | 1100001 | 1100100 | 0 | 110000 | 11011 | 10010111 | 1100100 | 100100 |
Color Harmonies of #00B961
Complementary color
Monochromatic Colors of #00B961
Black with #00B961
Text Example
Text Example
White with #00B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B961; }
p { color: rgb(0,185,97); }
H1.HeaderClassName
{
color: #00B961;
}
.AnyTagClassName
{
color: #00B961;
}
</style>
background-color css
<style>
a { background-color: #00B961; }
a { background-color: rgb(0,185,97); }
div.DivClassName
{
background-color: #00B961;
}
.BgClassName
{
background-color: #00B961;
}
</style>
border-color css
<style>
span { border-color: #00B961; }
span { border-color: rgb(0,185,97); }
td.TdClassName
{
border-color: #00B961;
}
.TagClassName
{
border-color: #00B961;
}
</style>