Shades of Jade #09B174
Tints of Jade #09B174
RGB
CMYK
RGB Variations
Color information
#09B174 (or 0x09B174) is known color: Jade. HEX triplet: 09, B1 and 74. RGB value is (9,177,116). Sum of RGB (Red+Green+Blue) = 9+177+116=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #09B174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B174 is #F64E8B. Grayscale: #777777. Windows color (decimal): -16141964 or 7647497. OLE color: 7647497.
HSL color Cylindrical-coordinate representation of color #09B174: hue angle of 158.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B174 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 116 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.31 |
| HSL | 158.21º | 0.9% | 0.36% | - |
| HSV(B) | 158.21º | 0.95% | 0.69% | - |
| XYZ | 18.99 | 32.76 | 21.85 | - |
| YUV | 119.81 | 125.84 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 116 | 0.95 | 0 | 0.34 | 0.31 | 158.21 | 0.9 | 0.36 |
| Hex | 9 | B1 | 74 | 5F | 0 | 22 | 1F | 9E | 5A | 24 |
| Octal | 11 | 261 | 164 | 137 | 0 | 42 | 37 | 236 | 132 | 44 |
| Binary | 1001 | 10110001 | 1110100 | 1011111 | 0 | 100010 | 11111 | 10011110 | 1011010 | 100100 |
Color Harmonies of #09B174
Complementary color
Monochromatic Colors of #09B174
Black with #09B174
Text Example
Text Example
White with #09B174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B174; }
p { color: rgb(9,177,116); }
H1.HeaderClassName
{
color: #09B174;
}
.AnyTagClassName
{
color: #09B174;
}
</style>
background-color css
<style>
a { background-color: #09B174; }
a { background-color: rgb(9,177,116); }
div.DivClassName
{
background-color: #09B174;
}
.BgClassName
{
background-color: #09B174;
}
</style>
border-color css
<style>
span { border-color: #09B174; }
span { border-color: rgb(9,177,116); }
td.TdClassName
{
border-color: #09B174;
}
.TagClassName
{
border-color: #09B174;
}
</style>