Shades of Jade #09B06D
Tints of Jade #09B06D
RGB
CMYK
RGB Variations
Color information
#09B06D (or 0x09B06D) is known color: Jade. HEX triplet: 09, B0 and 6D. RGB value is (9,176,109). Sum of RGB (Red+Green+Blue) = 9+176+109=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #09B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B06D is #F64F92. Grayscale: #767676. Windows color (decimal): -16142227 or 7188489. OLE color: 7188489.
HSL color Cylindrical-coordinate representation of color #09B06D: hue angle of 155.93º 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 #09B06D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 176 | 109 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.31 |
| HSL | 155.93º | 0.9% | 0.36% | - |
| HSV(B) | 155.93º | 0.95% | 0.69% | - |
| XYZ | 18.4 | 32.21 | 19.72 | - |
| YUV | 118.43 | 122.67 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 109 | 0.95 | 0 | 0.38 | 0.31 | 155.93 | 0.9 | 0.36 |
| Hex | 9 | B0 | 6D | 5F | 0 | 26 | 1F | 9C | 5A | 24 |
| Octal | 11 | 260 | 155 | 137 | 0 | 46 | 37 | 234 | 132 | 44 |
| Binary | 1001 | 10110000 | 1101101 | 1011111 | 0 | 100110 | 11111 | 10011100 | 1011010 | 100100 |
Color Harmonies of #09B06D
Complementary color
Monochromatic Colors of #09B06D
Black with #09B06D
Text Example
Text Example
White with #09B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B06D; }
p { color: rgb(9,176,109); }
H1.HeaderClassName
{
color: #09B06D;
}
.AnyTagClassName
{
color: #09B06D;
}
</style>
background-color css
<style>
a { background-color: #09B06D; }
a { background-color: rgb(9,176,109); }
div.DivClassName
{
background-color: #09B06D;
}
.BgClassName
{
background-color: #09B06D;
}
</style>
border-color css
<style>
span { border-color: #09B06D; }
span { border-color: rgb(9,176,109); }
td.TdClassName
{
border-color: #09B06D;
}
.TagClassName
{
border-color: #09B06D;
}
</style>