Shades of Jade #09A565
Tints of Jade #09A565
RGB
CMYK
RGB Variations
Color information
#09A565 (or 0x09A565) is known color: Jade. HEX triplet: 09, A5 and 65. RGB value is (9,165,101). Sum of RGB (Red+Green+Blue) = 9+165+101=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #09A565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A565 is #F65A9A. Grayscale: #6F6F6F. Windows color (decimal): -16145051 or 6661385. OLE color: 6661385.
HSL color Cylindrical-coordinate representation of color #09A565: hue angle of 155.38º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A565 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 165 | 101 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.35 |
| HSL | 155.38º | 0.9% | 0.34% | - |
| HSV(B) | 155.38º | 0.95% | 0.65% | - |
| XYZ | 15.92 | 27.91 | 16.86 | - |
| YUV | 111.06 | 122.32 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 165 | 101 | 0.95 | 0 | 0.39 | 0.35 | 155.38 | 0.9 | 0.34 |
| Hex | 9 | A5 | 65 | 5F | 0 | 27 | 23 | 9B | 5A | 22 |
| Octal | 11 | 245 | 145 | 137 | 0 | 47 | 43 | 233 | 132 | 42 |
| Binary | 1001 | 10100101 | 1100101 | 1011111 | 0 | 100111 | 100011 | 10011011 | 1011010 | 100010 |
Color Harmonies of #09A565
Complementary color
Monochromatic Colors of #09A565
Black with #09A565
Text Example
Text Example
White with #09A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A565; }
p { color: rgb(9,165,101); }
H1.HeaderClassName
{
color: #09A565;
}
.AnyTagClassName
{
color: #09A565;
}
</style>
background-color css
<style>
a { background-color: #09A565; }
a { background-color: rgb(9,165,101); }
div.DivClassName
{
background-color: #09A565;
}
.BgClassName
{
background-color: #09A565;
}
</style>
border-color css
<style>
span { border-color: #09A565; }
span { border-color: rgb(9,165,101); }
td.TdClassName
{
border-color: #09A565;
}
.TagClassName
{
border-color: #09A565;
}
</style>