Shades of Jade #00B962
Tints of Jade #00B962
RGB
CMYK
RGB Variations
Color information
#00B962 (or 0x00B962) is known color: Jade. HEX triplet: 00, B9 and 62. RGB value is (0,185,98). Sum of RGB (Red+Green+Blue) = 0+185+98=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #00B962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B962 is #FF469D. Grayscale: #777777. Windows color (decimal): -16729758 or 6469888. OLE color: 6469888.
HSL color Cylindrical-coordinate representation of color #00B962: hue angle of 151.78º 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 #00B962 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 98 | - |
| CMYK | 1 | 0 | 0.47 | 0.27 |
| HSL | 151.78º | 1% | 0.36% | - |
| HSV(B) | 151.78º | 1% | 0.73% | - |
| XYZ | 19.55 | 35.58 | 17.39 | - |
| YUV | 119.77 | 115.71 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 98 | 1 | 0 | 0.47 | 0.27 | 151.78 | 1 | 0.36 |
| Hex | 0 | B9 | 62 | 64 | 0 | 2F | 1B | 98 | 64 | 24 |
| Octal | 0 | 271 | 142 | 144 | 0 | 57 | 33 | 230 | 144 | 44 |
| Binary | 0 | 10111001 | 1100010 | 1100100 | 0 | 101111 | 11011 | 10011000 | 1100100 | 100100 |
Color Harmonies of #00B962
Complementary color
Monochromatic Colors of #00B962
Black with #00B962
Text Example
Text Example
White with #00B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B962; }
p { color: rgb(0,185,98); }
H1.HeaderClassName
{
color: #00B962;
}
.AnyTagClassName
{
color: #00B962;
}
</style>
background-color css
<style>
a { background-color: #00B962; }
a { background-color: rgb(0,185,98); }
div.DivClassName
{
background-color: #00B962;
}
.BgClassName
{
background-color: #00B962;
}
</style>
border-color css
<style>
span { border-color: #00B962; }
span { border-color: rgb(0,185,98); }
td.TdClassName
{
border-color: #00B962;
}
.TagClassName
{
border-color: #00B962;
}
</style>