Shades of Jade #09AF63
Tints of Jade #09AF63
RGB
CMYK
RGB Variations
Color information
#09AF63 (or 0x09AF63) is known color: Jade. HEX triplet: 09, AF and 63. RGB value is (9,175,99). Sum of RGB (Red+Green+Blue) = 9+175+99=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF63 is #F6509C. Grayscale: #747474. Windows color (decimal): -16142493 or 6532873. OLE color: 6532873.
HSL color Cylindrical-coordinate representation of color #09AF63: hue angle of 152.53º 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 #09AF63 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 99 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.31 |
| HSL | 152.53º | 0.9% | 0.36% | - |
| HSV(B) | 152.53º | 0.95% | 0.69% | - |
| XYZ | 17.69 | 31.62 | 16.97 | - |
| YUV | 116.7 | 118 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 99 | 0.95 | 0 | 0.43 | 0.31 | 152.53 | 0.9 | 0.36 |
| Hex | 9 | AF | 63 | 5F | 0 | 2B | 1F | 99 | 5A | 24 |
| Octal | 11 | 257 | 143 | 137 | 0 | 53 | 37 | 231 | 132 | 44 |
| Binary | 1001 | 10101111 | 1100011 | 1011111 | 0 | 101011 | 11111 | 10011001 | 1011010 | 100100 |
Color Harmonies of #09AF63
Complementary color
Monochromatic Colors of #09AF63
Black with #09AF63
Text Example
Text Example
White with #09AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF63; }
p { color: rgb(9,175,99); }
H1.HeaderClassName
{
color: #09AF63;
}
.AnyTagClassName
{
color: #09AF63;
}
</style>
background-color css
<style>
a { background-color: #09AF63; }
a { background-color: rgb(9,175,99); }
div.DivClassName
{
background-color: #09AF63;
}
.BgClassName
{
background-color: #09AF63;
}
</style>
border-color css
<style>
span { border-color: #09AF63; }
span { border-color: rgb(9,175,99); }
td.TdClassName
{
border-color: #09AF63;
}
.TagClassName
{
border-color: #09AF63;
}
</style>