Shades of Jade #09B665
Tints of Jade #09B665
RGB
CMYK
RGB Variations
Color information
#09B665 (or 0x09B665) is known color: Jade. HEX triplet: 09, B6 and 65. RGB value is (9,182,101). Sum of RGB (Red+Green+Blue) = 9+182+101=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 182 (71.48% from 255 or 62.33% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 182 - color contains mainly: green. Hex color #09B665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B665 is #F6499A. Grayscale: #797979. Windows color (decimal): -16140699 or 6665737. OLE color: 6665737.
HSL color Cylindrical-coordinate representation of color #09B665: hue angle of 151.91º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B665 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 182 | 101 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.29 |
| HSL | 151.91º | 0.91% | 0.37% | - |
| HSV(B) | 151.91º | 0.95% | 0.71% | - |
| XYZ | 19.19 | 34.45 | 17.95 | - |
| YUV | 121.04 | 116.69 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 182 | 101 | 0.95 | 0 | 0.45 | 0.29 | 151.91 | 0.91 | 0.37 |
| Hex | 9 | B6 | 65 | 5F | 0 | 2D | 1D | 98 | 5B | 25 |
| Octal | 11 | 266 | 145 | 137 | 0 | 55 | 35 | 230 | 133 | 45 |
| Binary | 1001 | 10110110 | 1100101 | 1011111 | 0 | 101101 | 11101 | 10011000 | 1011011 | 100101 |
Color Harmonies of #09B665
Complementary color
Monochromatic Colors of #09B665
Black with #09B665
Text Example
Text Example
White with #09B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B665; }
p { color: rgb(9,182,101); }
H1.HeaderClassName
{
color: #09B665;
}
.AnyTagClassName
{
color: #09B665;
}
</style>
background-color css
<style>
a { background-color: #09B665; }
a { background-color: rgb(9,182,101); }
div.DivClassName
{
background-color: #09B665;
}
.BgClassName
{
background-color: #09B665;
}
</style>
border-color css
<style>
span { border-color: #09B665; }
span { border-color: rgb(9,182,101); }
td.TdClassName
{
border-color: #09B665;
}
.TagClassName
{
border-color: #09B665;
}
</style>