Shades of Jade #1ABA64
Tints of Jade #1ABA64
RGB
CMYK
RGB Variations
Color information
#1ABA64 (or 0x1ABA64) is known color: Jade. HEX triplet: 1A, BA and 64. RGB value is (26,186,100). Sum of RGB (Red+Green+Blue) = 26+186+100=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA64 is #E5459B. Grayscale: #808080. Windows color (decimal): -15025564 or 6601242. OLE color: 6601242.
HSL color Cylindrical-coordinate representation of color #1ABA64: hue angle of 147.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA64 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 100 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.27 |
| HSL | 147.75º | 0.75% | 0.42% | - |
| HSV(B) | 147.75º | 0.86% | 0.73% | - |
| XYZ | 20.29 | 36.26 | 17.99 | - |
| YUV | 128.36 | 111.99 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 100 | 0.86 | 0 | 0.46 | 0.27 | 147.75 | 0.75 | 0.42 |
| Hex | 1A | BA | 64 | 56 | 0 | 2E | 1B | 94 | 4B | 2A |
| Octal | 32 | 272 | 144 | 126 | 0 | 56 | 33 | 224 | 113 | 52 |
| Binary | 11010 | 10111010 | 1100100 | 1010110 | 0 | 101110 | 11011 | 10010100 | 1001011 | 101010 |
Color Harmonies of #1ABA64
Complementary color
Monochromatic Colors of #1ABA64
Black with #1ABA64
Text Example
Text Example
White with #1ABA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA64; }
p { color: rgb(26,186,100); }
H1.HeaderClassName
{
color: #1ABA64;
}
.AnyTagClassName
{
color: #1ABA64;
}
</style>
background-color css
<style>
a { background-color: #1ABA64; }
a { background-color: rgb(26,186,100); }
div.DivClassName
{
background-color: #1ABA64;
}
.BgClassName
{
background-color: #1ABA64;
}
</style>
border-color css
<style>
span { border-color: #1ABA64; }
span { border-color: rgb(26,186,100); }
td.TdClassName
{
border-color: #1ABA64;
}
.TagClassName
{
border-color: #1ABA64;
}
</style>