Shades of Jade #1BAC69
Tints of Jade #1BAC69
RGB
CMYK
RGB Variations
Color information
#1BAC69 (or 0x1BAC69) is known color: Jade. HEX triplet: 1B, AC and 69. RGB value is (27,172,105). Sum of RGB (Red+Green+Blue) = 27+172+105=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAC69 is #E45396. Grayscale: #797979. Windows color (decimal): -14963607 or 6925339. OLE color: 6925339.
HSL color Cylindrical-coordinate representation of color #1BAC69: hue angle of 152.28º 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 #1BAC69 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 105 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.33 |
| HSL | 152.28º | 0.73% | 0.39% | - |
| HSV(B) | 152.28º | 0.84% | 0.67% | - |
| XYZ | 17.75 | 30.76 | 18.37 | - |
| YUV | 121.01 | 118.96 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 105 | 0.84 | 0 | 0.39 | 0.33 | 152.28 | 0.73 | 0.39 |
| Hex | 1B | AC | 69 | 54 | 0 | 27 | 21 | 98 | 49 | 27 |
| Octal | 33 | 254 | 151 | 124 | 0 | 47 | 41 | 230 | 111 | 47 |
| Binary | 11011 | 10101100 | 1101001 | 1010100 | 0 | 100111 | 100001 | 10011000 | 1001001 | 100111 |
Color Harmonies of #1BAC69
Complementary color
Monochromatic Colors of #1BAC69
Black with #1BAC69
Text Example
Text Example
White with #1BAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC69; }
p { color: rgb(27,172,105); }
H1.HeaderClassName
{
color: #1BAC69;
}
.AnyTagClassName
{
color: #1BAC69;
}
</style>
background-color css
<style>
a { background-color: #1BAC69; }
a { background-color: rgb(27,172,105); }
div.DivClassName
{
background-color: #1BAC69;
}
.BgClassName
{
background-color: #1BAC69;
}
</style>
border-color css
<style>
span { border-color: #1BAC69; }
span { border-color: rgb(27,172,105); }
td.TdClassName
{
border-color: #1BAC69;
}
.TagClassName
{
border-color: #1BAC69;
}
</style>