Shades of Jade #09B162
Tints of Jade #09B162
RGB
CMYK
RGB Variations
Color information
#09B162 (or 0x09B162) is known color: Jade. HEX triplet: 09, B1 and 62. RGB value is (9,177,98). Sum of RGB (Red+Green+Blue) = 9+177+98=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #09B162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B162 is #F64E9D. Grayscale: #757575. Windows color (decimal): -16141982 or 6467849. OLE color: 6467849.
HSL color Cylindrical-coordinate representation of color #09B162: hue angle of 151.79º 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 #09B162 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 98 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.31 |
| HSL | 151.79º | 0.9% | 0.36% | - |
| HSV(B) | 151.79º | 0.95% | 0.69% | - |
| XYZ | 18.04 | 32.38 | 16.86 | - |
| YUV | 117.76 | 116.84 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 98 | 0.95 | 0 | 0.45 | 0.31 | 151.79 | 0.9 | 0.36 |
| Hex | 9 | B1 | 62 | 5F | 0 | 2D | 1F | 98 | 5A | 24 |
| Octal | 11 | 261 | 142 | 137 | 0 | 55 | 37 | 230 | 132 | 44 |
| Binary | 1001 | 10110001 | 1100010 | 1011111 | 0 | 101101 | 11111 | 10011000 | 1011010 | 100100 |
Color Harmonies of #09B162
Complementary color
Monochromatic Colors of #09B162
Black with #09B162
Text Example
Text Example
White with #09B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B162; }
p { color: rgb(9,177,98); }
H1.HeaderClassName
{
color: #09B162;
}
.AnyTagClassName
{
color: #09B162;
}
</style>
background-color css
<style>
a { background-color: #09B162; }
a { background-color: rgb(9,177,98); }
div.DivClassName
{
background-color: #09B162;
}
.BgClassName
{
background-color: #09B162;
}
</style>
border-color css
<style>
span { border-color: #09B162; }
span { border-color: rgb(9,177,98); }
td.TdClassName
{
border-color: #09B162;
}
.TagClassName
{
border-color: #09B162;
}
</style>