Shades of Jade #09B16D
Tints of Jade #09B16D
RGB
CMYK
RGB Variations
Color information
#09B16D (or 0x09B16D) is known color: Jade. HEX triplet: 09, B1 and 6D. RGB value is (9,177,109). Sum of RGB (Red+Green+Blue) = 9+177+109=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #09B16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B16D is #F64E92. Grayscale: #777777. Windows color (decimal): -16141971 or 7188745. OLE color: 7188745.
HSL color Cylindrical-coordinate representation of color #09B16D: hue angle of 155.71º 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 #09B16D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 109 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.31 |
| HSL | 155.71º | 0.9% | 0.36% | - |
| HSV(B) | 155.71º | 0.95% | 0.69% | - |
| XYZ | 18.6 | 32.61 | 19.78 | - |
| YUV | 119.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 109 | 0.95 | 0 | 0.38 | 0.31 | 155.71 | 0.9 | 0.36 |
| Hex | 9 | B1 | 6D | 5F | 0 | 26 | 1F | 9C | 5A | 24 |
| Octal | 11 | 261 | 155 | 137 | 0 | 46 | 37 | 234 | 132 | 44 |
| Binary | 1001 | 10110001 | 1101101 | 1011111 | 0 | 100110 | 11111 | 10011100 | 1011010 | 100100 |
Color Harmonies of #09B16D
Complementary color
Monochromatic Colors of #09B16D
Black with #09B16D
Text Example
Text Example
White with #09B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B16D; }
p { color: rgb(9,177,109); }
H1.HeaderClassName
{
color: #09B16D;
}
.AnyTagClassName
{
color: #09B16D;
}
</style>
background-color css
<style>
a { background-color: #09B16D; }
a { background-color: rgb(9,177,109); }
div.DivClassName
{
background-color: #09B16D;
}
.BgClassName
{
background-color: #09B16D;
}
</style>
border-color css
<style>
span { border-color: #09B16D; }
span { border-color: rgb(9,177,109); }
td.TdClassName
{
border-color: #09B16D;
}
.TagClassName
{
border-color: #09B16D;
}
</style>