Shades of Jade #1BA769
Tints of Jade #1BA769
RGB
CMYK
RGB Variations
Color information
#1BA769 (or 0x1BA769) is known color: Jade. HEX triplet: 1B, A7 and 69. RGB value is (27,167,105). Sum of RGB (Red+Green+Blue) = 27+167+105=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA769 is #E45896. Grayscale: #767676. Windows color (decimal): -14964887 or 6924059. OLE color: 6924059.
HSL color Cylindrical-coordinate representation of color #1BA769: hue angle of 153.43º 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 #1BA769 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 167 | 105 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.35 |
| HSL | 153.43º | 0.72% | 0.38% | - |
| HSV(B) | 153.43º | 0.84% | 0.65% | - |
| XYZ | 16.82 | 28.89 | 18.05 | - |
| YUV | 118.07 | 120.62 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 105 | 0.84 | 0 | 0.37 | 0.35 | 153.43 | 0.72 | 0.38 |
| Hex | 1B | A7 | 69 | 54 | 0 | 25 | 23 | 99 | 48 | 26 |
| Octal | 33 | 247 | 151 | 124 | 0 | 45 | 43 | 231 | 110 | 46 |
| Binary | 11011 | 10100111 | 1101001 | 1010100 | 0 | 100101 | 100011 | 10011001 | 1001000 | 100110 |
Color Harmonies of #1BA769
Complementary color
Monochromatic Colors of #1BA769
Black with #1BA769
Text Example
Text Example
White with #1BA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA769; }
p { color: rgb(27,167,105); }
H1.HeaderClassName
{
color: #1BA769;
}
.AnyTagClassName
{
color: #1BA769;
}
</style>
background-color css
<style>
a { background-color: #1BA769; }
a { background-color: rgb(27,167,105); }
div.DivClassName
{
background-color: #1BA769;
}
.BgClassName
{
background-color: #1BA769;
}
</style>
border-color css
<style>
span { border-color: #1BA769; }
span { border-color: rgb(27,167,105); }
td.TdClassName
{
border-color: #1BA769;
}
.TagClassName
{
border-color: #1BA769;
}
</style>