Shades of Jade #1BAA6D
Tints of Jade #1BAA6D
RGB
CMYK
RGB Variations
Color information
#1BAA6D (or 0x1BAA6D) is known color: Jade. HEX triplet: 1B, AA and 6D. RGB value is (27,170,109). Sum of RGB (Red+Green+Blue) = 27+170+109=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA6D is #E45592. Grayscale: #787878. Windows color (decimal): -14964115 or 7186971. OLE color: 7186971.
HSL color Cylindrical-coordinate representation of color #1BAA6D: hue angle of 154.41º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA6D is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 109 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.33 |
| HSL | 154.41º | 0.73% | 0.39% | - |
| HSV(B) | 154.41º | 0.84% | 0.67% | - |
| XYZ | 17.59 | 30.09 | 19.35 | - |
| YUV | 120.29 | 121.62 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 109 | 0.84 | 0 | 0.36 | 0.33 | 154.41 | 0.73 | 0.39 |
| Hex | 1B | AA | 6D | 54 | 0 | 24 | 21 | 9A | 49 | 27 |
| Octal | 33 | 252 | 155 | 124 | 0 | 44 | 41 | 232 | 111 | 47 |
| Binary | 11011 | 10101010 | 1101101 | 1010100 | 0 | 100100 | 100001 | 10011010 | 1001001 | 100111 |
Color Harmonies of #1BAA6D
Complementary color
Monochromatic Colors of #1BAA6D
Black with #1BAA6D
Text Example
Text Example
White with #1BAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA6D; }
p { color: rgb(27,170,109); }
H1.HeaderClassName
{
color: #1BAA6D;
}
.AnyTagClassName
{
color: #1BAA6D;
}
</style>
background-color css
<style>
a { background-color: #1BAA6D; }
a { background-color: rgb(27,170,109); }
div.DivClassName
{
background-color: #1BAA6D;
}
.BgClassName
{
background-color: #1BAA6D;
}
</style>
border-color css
<style>
span { border-color: #1BAA6D; }
span { border-color: rgb(27,170,109); }
td.TdClassName
{
border-color: #1BAA6D;
}
.TagClassName
{
border-color: #1BAA6D;
}
</style>