Shades of Jade #09A56B
Tints of Jade #09A56B
RGB
CMYK
RGB Variations
Color information
#09A56B (or 0x09A56B) is known color: Jade. HEX triplet: 09, A5 and 6B. RGB value is (9,165,107). Sum of RGB (Red+Green+Blue) = 9+165+107=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #09A56B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A56B is #F65A94. Grayscale: #6F6F6F. Windows color (decimal): -16145045 or 7054601. OLE color: 7054601.
HSL color Cylindrical-coordinate representation of color #09A56B: hue angle of 157.69º 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 #09A56B is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 165 | 107 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.35 |
| HSL | 157.69º | 0.9% | 0.34% | - |
| HSV(B) | 157.69º | 0.95% | 0.65% | - |
| XYZ | 16.22 | 28.03 | 18.47 | - |
| YUV | 111.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 165 | 107 | 0.95 | 0 | 0.35 | 0.35 | 157.69 | 0.9 | 0.34 |
| Hex | 9 | A5 | 6B | 5F | 0 | 23 | 23 | 9E | 5A | 22 |
| Octal | 11 | 245 | 153 | 137 | 0 | 43 | 43 | 236 | 132 | 42 |
| Binary | 1001 | 10100101 | 1101011 | 1011111 | 0 | 100011 | 100011 | 10011110 | 1011010 | 100010 |
Color Harmonies of #09A56B
Complementary color
Monochromatic Colors of #09A56B
Black with #09A56B
Text Example
Text Example
White with #09A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A56B; }
p { color: rgb(9,165,107); }
H1.HeaderClassName
{
color: #09A56B;
}
.AnyTagClassName
{
color: #09A56B;
}
</style>
background-color css
<style>
a { background-color: #09A56B; }
a { background-color: rgb(9,165,107); }
div.DivClassName
{
background-color: #09A56B;
}
.BgClassName
{
background-color: #09A56B;
}
</style>
border-color css
<style>
span { border-color: #09A56B; }
span { border-color: rgb(9,165,107); }
td.TdClassName
{
border-color: #09A56B;
}
.TagClassName
{
border-color: #09A56B;
}
</style>