Shades of Jade #09AF64
Tints of Jade #09AF64
RGB
CMYK
RGB Variations
Color information
#09AF64 (or 0x09AF64) is known color: Jade. HEX triplet: 09, AF and 64. RGB value is (9,175,100). Sum of RGB (Red+Green+Blue) = 9+175+100=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF64 is #F6509B. Grayscale: #747474. Windows color (decimal): -16142492 or 6598409. OLE color: 6598409.
HSL color Cylindrical-coordinate representation of color #09AF64: hue angle of 152.89º 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 #09AF64 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 100 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.31 |
| HSL | 152.89º | 0.9% | 0.36% | - |
| HSV(B) | 152.89º | 0.95% | 0.69% | - |
| XYZ | 17.74 | 31.64 | 17.23 | - |
| YUV | 116.82 | 118.5 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 100 | 0.95 | 0 | 0.43 | 0.31 | 152.89 | 0.9 | 0.36 |
| Hex | 9 | AF | 64 | 5F | 0 | 2B | 1F | 99 | 5A | 24 |
| Octal | 11 | 257 | 144 | 137 | 0 | 53 | 37 | 231 | 132 | 44 |
| Binary | 1001 | 10101111 | 1100100 | 1011111 | 0 | 101011 | 11111 | 10011001 | 1011010 | 100100 |
Color Harmonies of #09AF64
Complementary color
Monochromatic Colors of #09AF64
Black with #09AF64
Text Example
Text Example
White with #09AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF64; }
p { color: rgb(9,175,100); }
H1.HeaderClassName
{
color: #09AF64;
}
.AnyTagClassName
{
color: #09AF64;
}
</style>
background-color css
<style>
a { background-color: #09AF64; }
a { background-color: rgb(9,175,100); }
div.DivClassName
{
background-color: #09AF64;
}
.BgClassName
{
background-color: #09AF64;
}
</style>
border-color css
<style>
span { border-color: #09AF64; }
span { border-color: rgb(9,175,100); }
td.TdClassName
{
border-color: #09AF64;
}
.TagClassName
{
border-color: #09AF64;
}
</style>