Shades of Jade #09AF6E
Tints of Jade #09AF6E
RGB
CMYK
RGB Variations
Color information
#09AF6E (or 0x09AF6E) is known color: Jade. HEX triplet: 09, AF and 6E. RGB value is (9,175,110). Sum of RGB (Red+Green+Blue) = 9+175+110=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF6E is #F65091. Grayscale: #767676. Windows color (decimal): -16142482 or 7253769. OLE color: 7253769.
HSL color Cylindrical-coordinate representation of color #09AF6E: hue angle of 156.51º 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 #09AF6E is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 110 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.31 |
| HSL | 156.51º | 0.9% | 0.36% | - |
| HSV(B) | 156.51º | 0.95% | 0.69% | - |
| XYZ | 18.26 | 31.84 | 19.94 | - |
| YUV | 117.96 | 123.5 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 110 | 0.95 | 0 | 0.37 | 0.31 | 156.51 | 0.9 | 0.36 |
| Hex | 9 | AF | 6E | 5F | 0 | 25 | 1F | 9D | 5A | 24 |
| Octal | 11 | 257 | 156 | 137 | 0 | 45 | 37 | 235 | 132 | 44 |
| Binary | 1001 | 10101111 | 1101110 | 1011111 | 0 | 100101 | 11111 | 10011101 | 1011010 | 100100 |
Color Harmonies of #09AF6E
Complementary color
Monochromatic Colors of #09AF6E
Black with #09AF6E
Text Example
Text Example
White with #09AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF6E; }
p { color: rgb(9,175,110); }
H1.HeaderClassName
{
color: #09AF6E;
}
.AnyTagClassName
{
color: #09AF6E;
}
</style>
background-color css
<style>
a { background-color: #09AF6E; }
a { background-color: rgb(9,175,110); }
div.DivClassName
{
background-color: #09AF6E;
}
.BgClassName
{
background-color: #09AF6E;
}
</style>
border-color css
<style>
span { border-color: #09AF6E; }
span { border-color: rgb(9,175,110); }
td.TdClassName
{
border-color: #09AF6E;
}
.TagClassName
{
border-color: #09AF6E;
}
</style>