Shades of Jade #1BAC64
Tints of Jade #1BAC64
RGB
CMYK
RGB Variations
Color information
#1BAC64 (or 0x1BAC64) is known color: Jade. HEX triplet: 1B, AC and 64. RGB value is (27,172,100). Sum of RGB (Red+Green+Blue) = 27+172+100=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAC64 is #E4539B. Grayscale: #787878. Windows color (decimal): -14963612 or 6597659. OLE color: 6597659.
HSL color Cylindrical-coordinate representation of color #1BAC64: hue angle of 150.21º 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 #1BAC64 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 100 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.33 |
| HSL | 150.21º | 0.73% | 0.39% | - |
| HSV(B) | 150.21º | 0.84% | 0.67% | - |
| XYZ | 17.5 | 30.66 | 17.05 | - |
| YUV | 120.44 | 116.46 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 100 | 0.84 | 0 | 0.42 | 0.33 | 150.21 | 0.73 | 0.39 |
| Hex | 1B | AC | 64 | 54 | 0 | 2A | 21 | 96 | 49 | 27 |
| Octal | 33 | 254 | 144 | 124 | 0 | 52 | 41 | 226 | 111 | 47 |
| Binary | 11011 | 10101100 | 1100100 | 1010100 | 0 | 101010 | 100001 | 10010110 | 1001001 | 100111 |
Color Harmonies of #1BAC64
Complementary color
Monochromatic Colors of #1BAC64
Black with #1BAC64
Text Example
Text Example
White with #1BAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC64; }
p { color: rgb(27,172,100); }
H1.HeaderClassName
{
color: #1BAC64;
}
.AnyTagClassName
{
color: #1BAC64;
}
</style>
background-color css
<style>
a { background-color: #1BAC64; }
a { background-color: rgb(27,172,100); }
div.DivClassName
{
background-color: #1BAC64;
}
.BgClassName
{
background-color: #1BAC64;
}
</style>
border-color css
<style>
span { border-color: #1BAC64; }
span { border-color: rgb(27,172,100); }
td.TdClassName
{
border-color: #1BAC64;
}
.TagClassName
{
border-color: #1BAC64;
}
</style>