Shades of Jade #08B963
Tints of Jade #08B963
RGB
CMYK
RGB Variations
Color information
#08B963 (or 0x08B963) is known color: Jade. HEX triplet: 08, B9 and 63. RGB value is (8,185,99). Sum of RGB (Red+Green+Blue) = 8+185+99=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #08B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B963 is #F7469C. Grayscale: #7A7A7A. Windows color (decimal): -16205469 or 6535432. OLE color: 6535432.
HSL color Cylindrical-coordinate representation of color #08B963: hue angle of 150.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B963 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 185 | 99 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.27 |
| HSL | 150.85º | 0.92% | 0.38% | - |
| HSV(B) | 150.85º | 0.96% | 0.73% | - |
| XYZ | 19.7 | 35.65 | 17.65 | - |
| YUV | 122.27 | 114.86 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 185 | 99 | 0.96 | 0 | 0.46 | 0.27 | 150.85 | 0.92 | 0.38 |
| Hex | 8 | B9 | 63 | 60 | 0 | 2E | 1B | 97 | 5C | 26 |
| Octal | 10 | 271 | 143 | 140 | 0 | 56 | 33 | 227 | 134 | 46 |
| Binary | 1000 | 10111001 | 1100011 | 1100000 | 0 | 101110 | 11011 | 10010111 | 1011100 | 100110 |
Color Harmonies of #08B963
Complementary color
Monochromatic Colors of #08B963
Black with #08B963
Text Example
Text Example
White with #08B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B963; }
p { color: rgb(8,185,99); }
H1.HeaderClassName
{
color: #08B963;
}
.AnyTagClassName
{
color: #08B963;
}
</style>
background-color css
<style>
a { background-color: #08B963; }
a { background-color: rgb(8,185,99); }
div.DivClassName
{
background-color: #08B963;
}
.BgClassName
{
background-color: #08B963;
}
</style>
border-color css
<style>
span { border-color: #08B963; }
span { border-color: rgb(8,185,99); }
td.TdClassName
{
border-color: #08B963;
}
.TagClassName
{
border-color: #08B963;
}
</style>