Shades of Jade #09B06F
Tints of Jade #09B06F
RGB
CMYK
RGB Variations
Color information
#09B06F (or 0x09B06F) is known color: Jade. HEX triplet: 09, B0 and 6F. RGB value is (9,176,111). Sum of RGB (Red+Green+Blue) = 9+176+111=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #09B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B06F is #F64F90. Grayscale: #767676. Windows color (decimal): -16142225 or 7319561. OLE color: 7319561.
HSL color Cylindrical-coordinate representation of color #09B06F: hue angle of 156.65º 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 #09B06F is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 176 | 111 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.31 |
| HSL | 156.65º | 0.9% | 0.36% | - |
| HSV(B) | 156.65º | 0.95% | 0.69% | - |
| XYZ | 18.51 | 32.26 | 20.29 | - |
| YUV | 118.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 111 | 0.95 | 0 | 0.37 | 0.31 | 156.65 | 0.9 | 0.36 |
| Hex | 9 | B0 | 6F | 5F | 0 | 25 | 1F | 9D | 5A | 24 |
| Octal | 11 | 260 | 157 | 137 | 0 | 45 | 37 | 235 | 132 | 44 |
| Binary | 1001 | 10110000 | 1101111 | 1011111 | 0 | 100101 | 11111 | 10011101 | 1011010 | 100100 |
Color Harmonies of #09B06F
Complementary color
Monochromatic Colors of #09B06F
Black with #09B06F
Text Example
Text Example
White with #09B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B06F; }
p { color: rgb(9,176,111); }
H1.HeaderClassName
{
color: #09B06F;
}
.AnyTagClassName
{
color: #09B06F;
}
</style>
background-color css
<style>
a { background-color: #09B06F; }
a { background-color: rgb(9,176,111); }
div.DivClassName
{
background-color: #09B06F;
}
.BgClassName
{
background-color: #09B06F;
}
</style>
border-color css
<style>
span { border-color: #09B06F; }
span { border-color: rgb(9,176,111); }
td.TdClassName
{
border-color: #09B06F;
}
.TagClassName
{
border-color: #09B06F;
}
</style>