Shades of Jade #09AF68
Tints of Jade #09AF68
RGB
CMYK
RGB Variations
Color information
#09AF68 (or 0x09AF68) is known color: Jade. HEX triplet: 09, AF and 68. RGB value is (9,175,104). Sum of RGB (Red+Green+Blue) = 9+175+104=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF68 is #F65097. Grayscale: #757575. Windows color (decimal): -16142488 or 6860553. OLE color: 6860553.
HSL color Cylindrical-coordinate representation of color #09AF68: hue angle of 154.34º 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 #09AF68 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 104 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.31 |
| HSL | 154.34º | 0.9% | 0.36% | - |
| HSV(B) | 154.34º | 0.95% | 0.69% | - |
| XYZ | 17.94 | 31.72 | 18.27 | - |
| YUV | 117.27 | 120.5 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 104 | 0.95 | 0 | 0.41 | 0.31 | 154.34 | 0.9 | 0.36 |
| Hex | 9 | AF | 68 | 5F | 0 | 29 | 1F | 9A | 5A | 24 |
| Octal | 11 | 257 | 150 | 137 | 0 | 51 | 37 | 232 | 132 | 44 |
| Binary | 1001 | 10101111 | 1101000 | 1011111 | 0 | 101001 | 11111 | 10011010 | 1011010 | 100100 |
Color Harmonies of #09AF68
Complementary color
Monochromatic Colors of #09AF68
Black with #09AF68
Text Example
Text Example
White with #09AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF68; }
p { color: rgb(9,175,104); }
H1.HeaderClassName
{
color: #09AF68;
}
.AnyTagClassName
{
color: #09AF68;
}
</style>
background-color css
<style>
a { background-color: #09AF68; }
a { background-color: rgb(9,175,104); }
div.DivClassName
{
background-color: #09AF68;
}
.BgClassName
{
background-color: #09AF68;
}
</style>
border-color css
<style>
span { border-color: #09AF68; }
span { border-color: rgb(9,175,104); }
td.TdClassName
{
border-color: #09AF68;
}
.TagClassName
{
border-color: #09AF68;
}
</style>