Shades of Jade #09A466
Tints of Jade #09A466
RGB
CMYK
RGB Variations
Color information
#09A466 (or 0x09A466) is known color: Jade. HEX triplet: 09, A4 and 66. RGB value is (9,164,102). Sum of RGB (Red+Green+Blue) = 9+164+102=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #09A466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A466 is #F65B99. Grayscale: #6E6E6E. Windows color (decimal): -16145306 or 6726665. OLE color: 6726665.
HSL color Cylindrical-coordinate representation of color #09A466: hue angle of 156º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A466 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 164 | 102 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.36 |
| HSL | 156º | 0.9% | 0.34% | - |
| HSV(B) | 156º | 0.95% | 0.64% | - |
| XYZ | 15.79 | 27.57 | 17.06 | - |
| YUV | 110.59 | 123.15 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 102 | 0.95 | 0 | 0.38 | 0.36 | 156 | 0.9 | 0.34 |
| Hex | 9 | A4 | 66 | 5F | 0 | 26 | 24 | 9C | 5A | 22 |
| Octal | 11 | 244 | 146 | 137 | 0 | 46 | 44 | 234 | 132 | 42 |
| Binary | 1001 | 10100100 | 1100110 | 1011111 | 0 | 100110 | 100100 | 10011100 | 1011010 | 100010 |
Color Harmonies of #09A466
Complementary color
Monochromatic Colors of #09A466
Black with #09A466
Text Example
Text Example
White with #09A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A466; }
p { color: rgb(9,164,102); }
H1.HeaderClassName
{
color: #09A466;
}
.AnyTagClassName
{
color: #09A466;
}
</style>
background-color css
<style>
a { background-color: #09A466; }
a { background-color: rgb(9,164,102); }
div.DivClassName
{
background-color: #09A466;
}
.BgClassName
{
background-color: #09A466;
}
</style>
border-color css
<style>
span { border-color: #09A466; }
span { border-color: rgb(9,164,102); }
td.TdClassName
{
border-color: #09A466;
}
.TagClassName
{
border-color: #09A466;
}
</style>