Shades of Jade #09AF7B
Tints of Jade #09AF7B
RGB
CMYK
RGB Variations
Color information
#09AF7B (or 0x09AF7B) is known color: Jade. HEX triplet: 09, AF and 7B. RGB value is (9,175,123). Sum of RGB (Red+Green+Blue) = 9+175+123=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF7B is #F65084. Grayscale: #777777. Windows color (decimal): -16142469 or 8105737. OLE color: 8105737.
HSL color Cylindrical-coordinate representation of color #09AF7B: hue angle of 161.2º 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 #09AF7B is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 123 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.31 |
| HSL | 161.2º | 0.9% | 0.36% | - |
| HSV(B) | 161.2º | 0.95% | 0.69% | - |
| XYZ | 19.02 | 32.15 | 23.94 | - |
| YUV | 119.44 | 130 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 123 | 0.95 | 0 | 0.30 | 0.31 | 161.2 | 0.9 | 0.36 |
| Hex | 9 | AF | 7B | 5F | 0 | 1E | 1F | A1 | 5A | 24 |
| Octal | 11 | 257 | 173 | 137 | 0 | 36 | 37 | 241 | 132 | 44 |
| Binary | 1001 | 10101111 | 1111011 | 1011111 | 0 | 11110 | 11111 | 10100001 | 1011010 | 100100 |
Color Harmonies of #09AF7B
Complementary color
Monochromatic Colors of #09AF7B
Black with #09AF7B
Text Example
Text Example
White with #09AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF7B; }
p { color: rgb(9,175,123); }
H1.HeaderClassName
{
color: #09AF7B;
}
.AnyTagClassName
{
color: #09AF7B;
}
</style>
background-color css
<style>
a { background-color: #09AF7B; }
a { background-color: rgb(9,175,123); }
div.DivClassName
{
background-color: #09AF7B;
}
.BgClassName
{
background-color: #09AF7B;
}
</style>
border-color css
<style>
span { border-color: #09AF7B; }
span { border-color: rgb(9,175,123); }
td.TdClassName
{
border-color: #09AF7B;
}
.TagClassName
{
border-color: #09AF7B;
}
</style>