Shades of Jade #09AF73
Tints of Jade #09AF73
RGB
CMYK
RGB Variations
Color information
#09AF73 (or 0x09AF73) is known color: Jade. HEX triplet: 09, AF and 73. RGB value is (9,175,115). Sum of RGB (Red+Green+Blue) = 9+175+115=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF73 is #F6508C. Grayscale: #767676. Windows color (decimal): -16142477 or 7581449. OLE color: 7581449.
HSL color Cylindrical-coordinate representation of color #09AF73: hue angle of 158.31º 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 #09AF73 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 115 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.31 |
| HSL | 158.31º | 0.9% | 0.36% | - |
| HSV(B) | 158.31º | 0.95% | 0.69% | - |
| XYZ | 18.54 | 31.96 | 21.41 | - |
| YUV | 118.53 | 126 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 115 | 0.95 | 0 | 0.34 | 0.31 | 158.31 | 0.9 | 0.36 |
| Hex | 9 | AF | 73 | 5F | 0 | 22 | 1F | 9E | 5A | 24 |
| Octal | 11 | 257 | 163 | 137 | 0 | 42 | 37 | 236 | 132 | 44 |
| Binary | 1001 | 10101111 | 1110011 | 1011111 | 0 | 100010 | 11111 | 10011110 | 1011010 | 100100 |
Color Harmonies of #09AF73
Complementary color
Monochromatic Colors of #09AF73
Black with #09AF73
Text Example
Text Example
White with #09AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF73; }
p { color: rgb(9,175,115); }
H1.HeaderClassName
{
color: #09AF73;
}
.AnyTagClassName
{
color: #09AF73;
}
</style>
background-color css
<style>
a { background-color: #09AF73; }
a { background-color: rgb(9,175,115); }
div.DivClassName
{
background-color: #09AF73;
}
.BgClassName
{
background-color: #09AF73;
}
</style>
border-color css
<style>
span { border-color: #09AF73; }
span { border-color: rgb(9,175,115); }
td.TdClassName
{
border-color: #09AF73;
}
.TagClassName
{
border-color: #09AF73;
}
</style>