Shades of Jade #09B764
Tints of Jade #09B764
RGB
CMYK
RGB Variations
Color information
#09B764 (or 0x09B764) is known color: Jade. HEX triplet: 09, B7 and 64. RGB value is (9,183,100). Sum of RGB (Red+Green+Blue) = 9+183+100=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #09B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B764 is #F6489B. Grayscale: #797979. Windows color (decimal): -16140444 or 6600457. OLE color: 6600457.
HSL color Cylindrical-coordinate representation of color #09B764: hue angle of 151.38º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B764 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 183 | 100 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.28 |
| HSL | 151.38º | 0.91% | 0.38% | - |
| HSV(B) | 151.38º | 0.95% | 0.72% | - |
| XYZ | 19.35 | 34.85 | 17.76 | - |
| YUV | 121.51 | 115.85 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 100 | 0.95 | 0 | 0.45 | 0.28 | 151.38 | 0.91 | 0.38 |
| Hex | 9 | B7 | 64 | 5F | 0 | 2D | 1C | 97 | 5B | 26 |
| Octal | 11 | 267 | 144 | 137 | 0 | 55 | 34 | 227 | 133 | 46 |
| Binary | 1001 | 10110111 | 1100100 | 1011111 | 0 | 101101 | 11100 | 10010111 | 1011011 | 100110 |
Color Harmonies of #09B764
Complementary color
Monochromatic Colors of #09B764
Black with #09B764
Text Example
Text Example
White with #09B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B764; }
p { color: rgb(9,183,100); }
H1.HeaderClassName
{
color: #09B764;
}
.AnyTagClassName
{
color: #09B764;
}
</style>
background-color css
<style>
a { background-color: #09B764; }
a { background-color: rgb(9,183,100); }
div.DivClassName
{
background-color: #09B764;
}
.BgClassName
{
background-color: #09B764;
}
</style>
border-color css
<style>
span { border-color: #09B764; }
span { border-color: rgb(9,183,100); }
td.TdClassName
{
border-color: #09B764;
}
.TagClassName
{
border-color: #09B764;
}
</style>