Shades of Jade #1BAB67
Tints of Jade #1BAB67
RGB
CMYK
RGB Variations
Color information
#1BAB67 (or 0x1BAB67) is known color: Jade. HEX triplet: 1B, AB and 67. RGB value is (27,171,103). Sum of RGB (Red+Green+Blue) = 27+171+103=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB67 is #E45498. Grayscale: #787878. Windows color (decimal): -14963865 or 6794011. OLE color: 6794011.
HSL color Cylindrical-coordinate representation of color #1BAB67: hue angle of 151.67º 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 #1BAB67 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 103 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.33 |
| HSL | 151.67º | 0.73% | 0.39% | - |
| HSV(B) | 151.67º | 0.84% | 0.67% | - |
| XYZ | 17.46 | 30.34 | 17.77 | - |
| YUV | 120.19 | 118.29 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 103 | 0.84 | 0 | 0.40 | 0.33 | 151.67 | 0.73 | 0.39 |
| Hex | 1B | AB | 67 | 54 | 0 | 28 | 21 | 98 | 49 | 27 |
| Octal | 33 | 253 | 147 | 124 | 0 | 50 | 41 | 230 | 111 | 47 |
| Binary | 11011 | 10101011 | 1100111 | 1010100 | 0 | 101000 | 100001 | 10011000 | 1001001 | 100111 |
Color Harmonies of #1BAB67
Complementary color
Monochromatic Colors of #1BAB67
Black with #1BAB67
Text Example
Text Example
White with #1BAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB67; }
p { color: rgb(27,171,103); }
H1.HeaderClassName
{
color: #1BAB67;
}
.AnyTagClassName
{
color: #1BAB67;
}
</style>
background-color css
<style>
a { background-color: #1BAB67; }
a { background-color: rgb(27,171,103); }
div.DivClassName
{
background-color: #1BAB67;
}
.BgClassName
{
background-color: #1BAB67;
}
</style>
border-color css
<style>
span { border-color: #1BAB67; }
span { border-color: rgb(27,171,103); }
td.TdClassName
{
border-color: #1BAB67;
}
.TagClassName
{
border-color: #1BAB67;
}
</style>