Shades of Jade #09B07A
Tints of Jade #09B07A
RGB
CMYK
RGB Variations
Color information
#09B07A (or 0x09B07A) is known color: Jade. HEX triplet: 09, B0 and 7A. RGB value is (9,176,122). Sum of RGB (Red+Green+Blue) = 9+176+122=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #09B07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B07A is #F64F85. Grayscale: #777777. Windows color (decimal): -16142214 or 8040457. OLE color: 8040457.
HSL color Cylindrical-coordinate representation of color #09B07A: hue angle of 160.6º 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 #09B07A is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 176 | 122 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.31 |
| HSL | 160.6º | 0.9% | 0.36% | - |
| HSV(B) | 160.6º | 0.95% | 0.69% | - |
| XYZ | 19.15 | 32.51 | 23.68 | - |
| YUV | 119.91 | 129.17 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 122 | 0.95 | 0 | 0.31 | 0.31 | 160.6 | 0.9 | 0.36 |
| Hex | 9 | B0 | 7A | 5F | 0 | 1F | 1F | A1 | 5A | 24 |
| Octal | 11 | 260 | 172 | 137 | 0 | 37 | 37 | 241 | 132 | 44 |
| Binary | 1001 | 10110000 | 1111010 | 1011111 | 0 | 11111 | 11111 | 10100001 | 1011010 | 100100 |
Color Harmonies of #09B07A
Complementary color
Monochromatic Colors of #09B07A
Black with #09B07A
Text Example
Text Example
White with #09B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B07A; }
p { color: rgb(9,176,122); }
H1.HeaderClassName
{
color: #09B07A;
}
.AnyTagClassName
{
color: #09B07A;
}
</style>
background-color css
<style>
a { background-color: #09B07A; }
a { background-color: rgb(9,176,122); }
div.DivClassName
{
background-color: #09B07A;
}
.BgClassName
{
background-color: #09B07A;
}
</style>
border-color css
<style>
span { border-color: #09B07A; }
span { border-color: rgb(9,176,122); }
td.TdClassName
{
border-color: #09B07A;
}
.TagClassName
{
border-color: #09B07A;
}
</style>