Shades of Jade #09BA71
Tints of Jade #09BA71
RGB
CMYK
RGB Variations
Color information
#09BA71 (or 0x09BA71) is known color: Jade. HEX triplet: 09, BA and 71. RGB value is (9,186,113). Sum of RGB (Red+Green+Blue) = 9+186+113=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA71 is #F6458E. Grayscale: #7C7C7C. Windows color (decimal): -16139663 or 7453193. OLE color: 7453193.
HSL color Cylindrical-coordinate representation of color #09BA71: hue angle of 155.25º 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 #09BA71 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 113 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.27 |
| HSL | 155.25º | 0.91% | 0.38% | - |
| HSV(B) | 155.25º | 0.95% | 0.73% | - |
| XYZ | 20.65 | 36.37 | 21.55 | - |
| YUV | 124.76 | 121.36 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 113 | 0.95 | 0 | 0.39 | 0.27 | 155.25 | 0.91 | 0.38 |
| Hex | 9 | BA | 71 | 5F | 0 | 27 | 1B | 9B | 5B | 26 |
| Octal | 11 | 272 | 161 | 137 | 0 | 47 | 33 | 233 | 133 | 46 |
| Binary | 1001 | 10111010 | 1110001 | 1011111 | 0 | 100111 | 11011 | 10011011 | 1011011 | 100110 |
Color Harmonies of #09BA71
Complementary color
Monochromatic Colors of #09BA71
Black with #09BA71
Text Example
Text Example
White with #09BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA71; }
p { color: rgb(9,186,113); }
H1.HeaderClassName
{
color: #09BA71;
}
.AnyTagClassName
{
color: #09BA71;
}
</style>
background-color css
<style>
a { background-color: #09BA71; }
a { background-color: rgb(9,186,113); }
div.DivClassName
{
background-color: #09BA71;
}
.BgClassName
{
background-color: #09BA71;
}
</style>
border-color css
<style>
span { border-color: #09BA71; }
span { border-color: rgb(9,186,113); }
td.TdClassName
{
border-color: #09BA71;
}
.TagClassName
{
border-color: #09BA71;
}
</style>