Shades of Jade #09B963
Tints of Jade #09B963
RGB
CMYK
RGB Variations
Color information
#09B963 (or 0x09B963) is known color: Jade. HEX triplet: 09, B9 and 63. RGB value is (9,185,99). Sum of RGB (Red+Green+Blue) = 9+185+99=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #09B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B963 is #F6469C. Grayscale: #7A7A7A. Windows color (decimal): -16139933 or 6535433. OLE color: 6535433.
HSL color Cylindrical-coordinate representation of color #09B963: hue angle of 150.68º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B963 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 185 | 99 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.27 |
| HSL | 150.68º | 0.91% | 0.38% | - |
| HSV(B) | 150.68º | 0.95% | 0.73% | - |
| XYZ | 19.71 | 35.66 | 17.65 | - |
| YUV | 122.57 | 114.69 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 99 | 0.95 | 0 | 0.46 | 0.27 | 150.68 | 0.91 | 0.38 |
| Hex | 9 | B9 | 63 | 5F | 0 | 2E | 1B | 97 | 5B | 26 |
| Octal | 11 | 271 | 143 | 137 | 0 | 56 | 33 | 227 | 133 | 46 |
| Binary | 1001 | 10111001 | 1100011 | 1011111 | 0 | 101110 | 11011 | 10010111 | 1011011 | 100110 |
Color Harmonies of #09B963
Complementary color
Monochromatic Colors of #09B963
Black with #09B963
Text Example
Text Example
White with #09B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B963; }
p { color: rgb(9,185,99); }
H1.HeaderClassName
{
color: #09B963;
}
.AnyTagClassName
{
color: #09B963;
}
</style>
background-color css
<style>
a { background-color: #09B963; }
a { background-color: rgb(9,185,99); }
div.DivClassName
{
background-color: #09B963;
}
.BgClassName
{
background-color: #09B963;
}
</style>
border-color css
<style>
span { border-color: #09B963; }
span { border-color: rgb(9,185,99); }
td.TdClassName
{
border-color: #09B963;
}
.TagClassName
{
border-color: #09B963;
}
</style>