Shades of Jade #09AF7A
Tints of Jade #09AF7A
RGB
CMYK
RGB Variations
Color information
#09AF7A (or 0x09AF7A) is known color: Jade. HEX triplet: 09, AF and 7A. RGB value is (9,175,122). Sum of RGB (Red+Green+Blue) = 9+175+122=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF7A is #F65085. Grayscale: #777777. Windows color (decimal): -16142470 or 8040201. OLE color: 8040201.
HSL color Cylindrical-coordinate representation of color #09AF7A: hue angle of 160.84º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF7A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 122 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.31 |
| HSL | 160.84º | 0.9% | 0.36% | - |
| HSV(B) | 160.84º | 0.95% | 0.69% | - |
| XYZ | 18.96 | 32.12 | 23.61 | - |
| YUV | 119.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 122 | 0.95 | 0 | 0.30 | 0.31 | 160.84 | 0.9 | 0.36 |
| Hex | 9 | AF | 7A | 5F | 0 | 1E | 1F | A1 | 5A | 24 |
| Octal | 11 | 257 | 172 | 137 | 0 | 36 | 37 | 241 | 132 | 44 |
| Binary | 1001 | 10101111 | 1111010 | 1011111 | 0 | 11110 | 11111 | 10100001 | 1011010 | 100100 |
Color Harmonies of #09AF7A
Complementary color
Monochromatic Colors of #09AF7A
Black with #09AF7A
Text Example
Text Example
White with #09AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF7A; }
p { color: rgb(9,175,122); }
H1.HeaderClassName
{
color: #09AF7A;
}
.AnyTagClassName
{
color: #09AF7A;
}
</style>
background-color css
<style>
a { background-color: #09AF7A; }
a { background-color: rgb(9,175,122); }
div.DivClassName
{
background-color: #09AF7A;
}
.BgClassName
{
background-color: #09AF7A;
}
</style>
border-color css
<style>
span { border-color: #09AF7A; }
span { border-color: rgb(9,175,122); }
td.TdClassName
{
border-color: #09AF7A;
}
.TagClassName
{
border-color: #09AF7A;
}
</style>