Shades of Jade #09B26B
Tints of Jade #09B26B
RGB
CMYK
RGB Variations
Color information
#09B26B (or 0x09B26B) is known color: Jade. HEX triplet: 09, B2 and 6B. RGB value is (9,178,107). Sum of RGB (Red+Green+Blue) = 9+178+107=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #09B26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B26B is #F64D94. Grayscale: #777777. Windows color (decimal): -16141717 or 7057929. OLE color: 7057929.
HSL color Cylindrical-coordinate representation of color #09B26B: hue angle of 154.79º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B26B is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 107 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.30 |
| HSL | 154.79º | 0.9% | 0.37% | - |
| HSV(B) | 154.79º | 0.95% | 0.7% | - |
| XYZ | 18.69 | 32.96 | 19.29 | - |
| YUV | 119.38 | 121.01 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 107 | 0.95 | 0 | 0.40 | 0.30 | 154.79 | 0.9 | 0.37 |
| Hex | 9 | B2 | 6B | 5F | 0 | 28 | 1E | 9B | 5A | 25 |
| Octal | 11 | 262 | 153 | 137 | 0 | 50 | 36 | 233 | 132 | 45 |
| Binary | 1001 | 10110010 | 1101011 | 1011111 | 0 | 101000 | 11110 | 10011011 | 1011010 | 100101 |
Color Harmonies of #09B26B
Complementary color
Monochromatic Colors of #09B26B
Black with #09B26B
Text Example
Text Example
White with #09B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B26B; }
p { color: rgb(9,178,107); }
H1.HeaderClassName
{
color: #09B26B;
}
.AnyTagClassName
{
color: #09B26B;
}
</style>
background-color css
<style>
a { background-color: #09B26B; }
a { background-color: rgb(9,178,107); }
div.DivClassName
{
background-color: #09B26B;
}
.BgClassName
{
background-color: #09B26B;
}
</style>
border-color css
<style>
span { border-color: #09B26B; }
span { border-color: rgb(9,178,107); }
td.TdClassName
{
border-color: #09B26B;
}
.TagClassName
{
border-color: #09B26B;
}
</style>