Shades of Jade #09B770
Tints of Jade #09B770
RGB
CMYK
RGB Variations
Color information
#09B770 (or 0x09B770) is known color: Jade. HEX triplet: 09, B7 and 70. RGB value is (9,183,112). Sum of RGB (Red+Green+Blue) = 9+183+112=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #09B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B770 is #F6488F. Grayscale: #7A7A7A. Windows color (decimal): -16140432 or 7386889. OLE color: 7386889.
HSL color Cylindrical-coordinate representation of color #09B770: hue angle of 155.52º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B770 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 183 | 112 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.28 |
| HSL | 155.52º | 0.91% | 0.38% | - |
| HSV(B) | 155.52º | 0.95% | 0.72% | - |
| XYZ | 19.97 | 35.09 | 21.05 | - |
| YUV | 122.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 112 | 0.95 | 0 | 0.39 | 0.28 | 155.52 | 0.91 | 0.38 |
| Hex | 9 | B7 | 70 | 5F | 0 | 27 | 1C | 9C | 5B | 26 |
| Octal | 11 | 267 | 160 | 137 | 0 | 47 | 34 | 234 | 133 | 46 |
| Binary | 1001 | 10110111 | 1110000 | 1011111 | 0 | 100111 | 11100 | 10011100 | 1011011 | 100110 |
Color Harmonies of #09B770
Complementary color
Monochromatic Colors of #09B770
Black with #09B770
Text Example
Text Example
White with #09B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B770; }
p { color: rgb(9,183,112); }
H1.HeaderClassName
{
color: #09B770;
}
.AnyTagClassName
{
color: #09B770;
}
</style>
background-color css
<style>
a { background-color: #09B770; }
a { background-color: rgb(9,183,112); }
div.DivClassName
{
background-color: #09B770;
}
.BgClassName
{
background-color: #09B770;
}
</style>
border-color css
<style>
span { border-color: #09B770; }
span { border-color: rgb(9,183,112); }
td.TdClassName
{
border-color: #09B770;
}
.TagClassName
{
border-color: #09B770;
}
</style>