Shades of Jade #09A26B
Tints of Jade #09A26B
RGB
CMYK
RGB Variations
Color information
#09A26B (or 0x09A26B) is known color: Jade. HEX triplet: 09, A2 and 6B. RGB value is (9,162,107). Sum of RGB (Red+Green+Blue) = 9+162+107=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26B is #F65D94. Grayscale: #6E6E6E. Windows color (decimal): -16145813 or 7053833. OLE color: 7053833.
HSL color Cylindrical-coordinate representation of color #09A26B: hue angle of 158.43º 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 #09A26B is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 107 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.36 |
| HSL | 158.43º | 0.89% | 0.34% | - |
| HSV(B) | 158.43º | 0.94% | 0.64% | - |
| XYZ | 15.69 | 26.96 | 18.29 | - |
| YUV | 109.98 | 126.31 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 107 | 0.94 | 0 | 0.34 | 0.36 | 158.43 | 0.89 | 0.34 |
| Hex | 9 | A2 | 6B | 5E | 0 | 22 | 24 | 9E | 59 | 22 |
| Octal | 11 | 242 | 153 | 136 | 0 | 42 | 44 | 236 | 131 | 42 |
| Binary | 1001 | 10100010 | 1101011 | 1011110 | 0 | 100010 | 100100 | 10011110 | 1011001 | 100010 |
Color Harmonies of #09A26B
Complementary color
Monochromatic Colors of #09A26B
Black with #09A26B
Text Example
Text Example
White with #09A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A26B; }
p { color: rgb(9,162,107); }
H1.HeaderClassName
{
color: #09A26B;
}
.AnyTagClassName
{
color: #09A26B;
}
</style>
background-color css
<style>
a { background-color: #09A26B; }
a { background-color: rgb(9,162,107); }
div.DivClassName
{
background-color: #09A26B;
}
.BgClassName
{
background-color: #09A26B;
}
</style>
border-color css
<style>
span { border-color: #09A26B; }
span { border-color: rgb(9,162,107); }
td.TdClassName
{
border-color: #09A26B;
}
.TagClassName
{
border-color: #09A26B;
}
</style>