Shades of Jade #09A26A
Tints of Jade #09A26A
RGB
CMYK
RGB Variations
Color information
#09A26A (or 0x09A26A) is known color: Jade. HEX triplet: 09, A2 and 6A. RGB value is (9,162,106). Sum of RGB (Red+Green+Blue) = 9+162+106=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26A is #F65D95. Grayscale: #6D6D6D. Windows color (decimal): -16145814 or 6988297. OLE color: 6988297.
HSL color Cylindrical-coordinate representation of color #09A26A: hue angle of 158.04º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A26A is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 106 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.36 |
| HSL | 158.04º | 0.89% | 0.34% | - |
| HSV(B) | 158.04º | 0.94% | 0.64% | - |
| XYZ | 15.63 | 26.94 | 18.01 | - |
| YUV | 109.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 106 | 0.94 | 0 | 0.35 | 0.36 | 158.04 | 0.89 | 0.34 |
| Hex | 9 | A2 | 6A | 5E | 0 | 23 | 24 | 9E | 59 | 22 |
| Octal | 11 | 242 | 152 | 136 | 0 | 43 | 44 | 236 | 131 | 42 |
| Binary | 1001 | 10100010 | 1101010 | 1011110 | 0 | 100011 | 100100 | 10011110 | 1011001 | 100010 |
Color Harmonies of #09A26A
Complementary color
Monochromatic Colors of #09A26A
Black with #09A26A
Text Example
Text Example
White with #09A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A26A; }
p { color: rgb(9,162,106); }
H1.HeaderClassName
{
color: #09A26A;
}
.AnyTagClassName
{
color: #09A26A;
}
</style>
background-color css
<style>
a { background-color: #09A26A; }
a { background-color: rgb(9,162,106); }
div.DivClassName
{
background-color: #09A26A;
}
.BgClassName
{
background-color: #09A26A;
}
</style>
border-color css
<style>
span { border-color: #09A26A; }
span { border-color: rgb(9,162,106); }
td.TdClassName
{
border-color: #09A26A;
}
.TagClassName
{
border-color: #09A26A;
}
</style>