Shades of Jade #09B46D
Tints of Jade #09B46D
RGB
CMYK
RGB Variations
Color information
#09B46D (or 0x09B46D) is known color: Jade. HEX triplet: 09, B4 and 6D. RGB value is (9,180,109). Sum of RGB (Red+Green+Blue) = 9+180+109=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #09B46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B46D is #F64B92. Grayscale: #787878. Windows color (decimal): -16141203 or 7189513. OLE color: 7189513.
HSL color Cylindrical-coordinate representation of color #09B46D: hue angle of 155.09º degrees, saturation: 0.9, 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 #09B46D is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 109 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.29 |
| HSL | 155.09º | 0.9% | 0.37% | - |
| HSV(B) | 155.09º | 0.95% | 0.71% | - |
| XYZ | 19.19 | 33.8 | 19.98 | - |
| YUV | 120.78 | 121.35 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 109 | 0.95 | 0 | 0.39 | 0.29 | 155.09 | 0.9 | 0.37 |
| Hex | 9 | B4 | 6D | 5F | 0 | 27 | 1D | 9B | 5A | 25 |
| Octal | 11 | 264 | 155 | 137 | 0 | 47 | 35 | 233 | 132 | 45 |
| Binary | 1001 | 10110100 | 1101101 | 1011111 | 0 | 100111 | 11101 | 10011011 | 1011010 | 100101 |
Color Harmonies of #09B46D
Complementary color
Monochromatic Colors of #09B46D
Black with #09B46D
Text Example
Text Example
White with #09B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B46D; }
p { color: rgb(9,180,109); }
H1.HeaderClassName
{
color: #09B46D;
}
.AnyTagClassName
{
color: #09B46D;
}
</style>
background-color css
<style>
a { background-color: #09B46D; }
a { background-color: rgb(9,180,109); }
div.DivClassName
{
background-color: #09B46D;
}
.BgClassName
{
background-color: #09B46D;
}
</style>
border-color css
<style>
span { border-color: #09B46D; }
span { border-color: rgb(9,180,109); }
td.TdClassName
{
border-color: #09B46D;
}
.TagClassName
{
border-color: #09B46D;
}
</style>