Shades of Jade #09BC6D
Tints of Jade #09BC6D
RGB
CMYK
RGB Variations
Color information
#09BC6D (or 0x09BC6D) is known color: Jade. HEX triplet: 09, BC and 6D. RGB value is (9,188,109). Sum of RGB (Red+Green+Blue) = 9+188+109=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC6D is #F64392. Grayscale: #7D7D7D. Windows color (decimal): -16139155 or 7191561. OLE color: 7191561.
HSL color Cylindrical-coordinate representation of color #09BC6D: hue angle of 153.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC6D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 109 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.26 |
| HSL | 153.52º | 0.91% | 0.39% | - |
| HSV(B) | 153.52º | 0.95% | 0.74% | - |
| XYZ | 20.86 | 37.13 | 20.54 | - |
| YUV | 125.47 | 118.7 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 109 | 0.95 | 0 | 0.42 | 0.26 | 153.52 | 0.91 | 0.39 |
| Hex | 9 | BC | 6D | 5F | 0 | 2A | 1A | 9A | 5B | 27 |
| Octal | 11 | 274 | 155 | 137 | 0 | 52 | 32 | 232 | 133 | 47 |
| Binary | 1001 | 10111100 | 1101101 | 1011111 | 0 | 101010 | 11010 | 10011010 | 1011011 | 100111 |
Color Harmonies of #09BC6D
Complementary color
Monochromatic Colors of #09BC6D
Black with #09BC6D
Text Example
Text Example
White with #09BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC6D; }
p { color: rgb(9,188,109); }
H1.HeaderClassName
{
color: #09BC6D;
}
.AnyTagClassName
{
color: #09BC6D;
}
</style>
background-color css
<style>
a { background-color: #09BC6D; }
a { background-color: rgb(9,188,109); }
div.DivClassName
{
background-color: #09BC6D;
}
.BgClassName
{
background-color: #09BC6D;
}
</style>
border-color css
<style>
span { border-color: #09BC6D; }
span { border-color: rgb(9,188,109); }
td.TdClassName
{
border-color: #09BC6D;
}
.TagClassName
{
border-color: #09BC6D;
}
</style>