Shades of Jade #09BA74
Tints of Jade #09BA74
RGB
CMYK
RGB Variations
Color information
#09BA74 (or 0x09BA74) is known color: Jade. HEX triplet: 09, BA and 74. RGB value is (9,186,116). Sum of RGB (Red+Green+Blue) = 9+186+116=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA74 is #F6458B. Grayscale: #7D7D7D. Windows color (decimal): -16139660 or 7649801. OLE color: 7649801.
HSL color Cylindrical-coordinate representation of color #09BA74: hue angle of 156.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA74 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 116 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.27 |
| HSL | 156.27º | 0.91% | 0.38% | - |
| HSV(B) | 156.27º | 0.95% | 0.73% | - |
| XYZ | 20.82 | 36.44 | 22.46 | - |
| YUV | 125.1 | 122.86 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 116 | 0.95 | 0 | 0.38 | 0.27 | 156.27 | 0.91 | 0.38 |
| Hex | 9 | BA | 74 | 5F | 0 | 26 | 1B | 9C | 5B | 26 |
| Octal | 11 | 272 | 164 | 137 | 0 | 46 | 33 | 234 | 133 | 46 |
| Binary | 1001 | 10111010 | 1110100 | 1011111 | 0 | 100110 | 11011 | 10011100 | 1011011 | 100110 |
Color Harmonies of #09BA74
Complementary color
Monochromatic Colors of #09BA74
Black with #09BA74
Text Example
Text Example
White with #09BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA74; }
p { color: rgb(9,186,116); }
H1.HeaderClassName
{
color: #09BA74;
}
.AnyTagClassName
{
color: #09BA74;
}
</style>
background-color css
<style>
a { background-color: #09BA74; }
a { background-color: rgb(9,186,116); }
div.DivClassName
{
background-color: #09BA74;
}
.BgClassName
{
background-color: #09BA74;
}
</style>
border-color css
<style>
span { border-color: #09BA74; }
span { border-color: rgb(9,186,116); }
td.TdClassName
{
border-color: #09BA74;
}
.TagClassName
{
border-color: #09BA74;
}
</style>