Shades of Jade #09A765
Tints of Jade #09A765
RGB
CMYK
RGB Variations
Color information
#09A765 (or 0x09A765) is known color: Jade. HEX triplet: 09, A7 and 65. RGB value is (9,167,101). Sum of RGB (Red+Green+Blue) = 9+167+101=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #09A765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A765 is #F6589A. Grayscale: #707070. Windows color (decimal): -16144539 or 6661897. OLE color: 6661897.
HSL color Cylindrical-coordinate representation of color #09A765: hue angle of 154.94º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A765 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 167 | 101 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.35 |
| HSL | 154.94º | 0.9% | 0.35% | - |
| HSV(B) | 154.94º | 0.95% | 0.65% | - |
| XYZ | 16.28 | 28.64 | 16.98 | - |
| YUV | 112.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 101 | 0.95 | 0 | 0.40 | 0.35 | 154.94 | 0.9 | 0.35 |
| Hex | 9 | A7 | 65 | 5F | 0 | 28 | 23 | 9B | 5A | 23 |
| Octal | 11 | 247 | 145 | 137 | 0 | 50 | 43 | 233 | 132 | 43 |
| Binary | 1001 | 10100111 | 1100101 | 1011111 | 0 | 101000 | 100011 | 10011011 | 1011010 | 100011 |
Color Harmonies of #09A765
Complementary color
Monochromatic Colors of #09A765
Black with #09A765
Text Example
Text Example
White with #09A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A765; }
p { color: rgb(9,167,101); }
H1.HeaderClassName
{
color: #09A765;
}
.AnyTagClassName
{
color: #09A765;
}
</style>
background-color css
<style>
a { background-color: #09A765; }
a { background-color: rgb(9,167,101); }
div.DivClassName
{
background-color: #09A765;
}
.BgClassName
{
background-color: #09A765;
}
</style>
border-color css
<style>
span { border-color: #09A765; }
span { border-color: rgb(9,167,101); }
td.TdClassName
{
border-color: #09A765;
}
.TagClassName
{
border-color: #09A765;
}
</style>