Shades of Jade #09B16C
Tints of Jade #09B16C
RGB
CMYK
RGB Variations
Color information
#09B16C (or 0x09B16C) is known color: Jade. HEX triplet: 09, B1 and 6C. RGB value is (9,177,108). Sum of RGB (Red+Green+Blue) = 9+177+108=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #09B16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B16C is #F64E93. Grayscale: #777777. Windows color (decimal): -16141972 or 7123209. OLE color: 7123209.
HSL color Cylindrical-coordinate representation of color #09B16C: hue angle of 155.36º 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 #09B16C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 108 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.31 |
| HSL | 155.36º | 0.9% | 0.36% | - |
| HSV(B) | 155.36º | 0.95% | 0.69% | - |
| XYZ | 18.54 | 32.59 | 19.5 | - |
| YUV | 118.9 | 121.84 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 108 | 0.95 | 0 | 0.39 | 0.31 | 155.36 | 0.9 | 0.36 |
| Hex | 9 | B1 | 6C | 5F | 0 | 27 | 1F | 9B | 5A | 24 |
| Octal | 11 | 261 | 154 | 137 | 0 | 47 | 37 | 233 | 132 | 44 |
| Binary | 1001 | 10110001 | 1101100 | 1011111 | 0 | 100111 | 11111 | 10011011 | 1011010 | 100100 |
Color Harmonies of #09B16C
Complementary color
Monochromatic Colors of #09B16C
Black with #09B16C
Text Example
Text Example
White with #09B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B16C; }
p { color: rgb(9,177,108); }
H1.HeaderClassName
{
color: #09B16C;
}
.AnyTagClassName
{
color: #09B16C;
}
</style>
background-color css
<style>
a { background-color: #09B16C; }
a { background-color: rgb(9,177,108); }
div.DivClassName
{
background-color: #09B16C;
}
.BgClassName
{
background-color: #09B16C;
}
</style>
border-color css
<style>
span { border-color: #09B16C; }
span { border-color: rgb(9,177,108); }
td.TdClassName
{
border-color: #09B16C;
}
.TagClassName
{
border-color: #09B16C;
}
</style>