Shades of Jade #1BA76D
Tints of Jade #1BA76D
RGB
CMYK
RGB Variations
Color information
#1BA76D (or 0x1BA76D) is known color: Jade. HEX triplet: 1B, A7 and 6D. RGB value is (27,167,109). Sum of RGB (Red+Green+Blue) = 27+167+109=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA76D is #E45892. Grayscale: #767676. Windows color (decimal): -14964883 or 7186203. OLE color: 7186203.
HSL color Cylindrical-coordinate representation of color #1BA76D: hue angle of 155.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA76D is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 167 | 109 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.35 |
| HSL | 155.14º | 0.72% | 0.38% | - |
| HSV(B) | 155.14º | 0.84% | 0.65% | - |
| XYZ | 17.03 | 28.97 | 19.16 | - |
| YUV | 118.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 109 | 0.84 | 0 | 0.35 | 0.35 | 155.14 | 0.72 | 0.38 |
| Hex | 1B | A7 | 6D | 54 | 0 | 23 | 23 | 9B | 48 | 26 |
| Octal | 33 | 247 | 155 | 124 | 0 | 43 | 43 | 233 | 110 | 46 |
| Binary | 11011 | 10100111 | 1101101 | 1010100 | 0 | 100011 | 100011 | 10011011 | 1001000 | 100110 |
Color Harmonies of #1BA76D
Complementary color
Monochromatic Colors of #1BA76D
Black with #1BA76D
Text Example
Text Example
White with #1BA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA76D; }
p { color: rgb(27,167,109); }
H1.HeaderClassName
{
color: #1BA76D;
}
.AnyTagClassName
{
color: #1BA76D;
}
</style>
background-color css
<style>
a { background-color: #1BA76D; }
a { background-color: rgb(27,167,109); }
div.DivClassName
{
background-color: #1BA76D;
}
.BgClassName
{
background-color: #1BA76D;
}
</style>
border-color css
<style>
span { border-color: #1BA76D; }
span { border-color: rgb(27,167,109); }
td.TdClassName
{
border-color: #1BA76D;
}
.TagClassName
{
border-color: #1BA76D;
}
</style>