Shades of Jade #1AB764
Tints of Jade #1AB764
RGB
CMYK
RGB Variations
Color information
#1AB764 (or 0x1AB764) is known color: Jade. HEX triplet: 1A, B7 and 64. RGB value is (26,183,100). Sum of RGB (Red+Green+Blue) = 26+183+100=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB764 is #E5489B. Grayscale: #7E7E7E. Windows color (decimal): -15026332 or 6600474. OLE color: 6600474.
HSL color Cylindrical-coordinate representation of color #1AB764: hue angle of 148.28º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB764 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 183 | 100 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.28 |
| HSL | 148.28º | 0.75% | 0.41% | - |
| HSV(B) | 148.28º | 0.86% | 0.72% | - |
| XYZ | 19.66 | 35.01 | 17.78 | - |
| YUV | 126.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 100 | 0.86 | 0 | 0.45 | 0.28 | 148.28 | 0.75 | 0.41 |
| Hex | 1A | B7 | 64 | 56 | 0 | 2D | 1C | 94 | 4B | 29 |
| Octal | 32 | 267 | 144 | 126 | 0 | 55 | 34 | 224 | 113 | 51 |
| Binary | 11010 | 10110111 | 1100100 | 1010110 | 0 | 101101 | 11100 | 10010100 | 1001011 | 101001 |
Color Harmonies of #1AB764
Complementary color
Monochromatic Colors of #1AB764
Black with #1AB764
Text Example
Text Example
White with #1AB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB764; }
p { color: rgb(26,183,100); }
H1.HeaderClassName
{
color: #1AB764;
}
.AnyTagClassName
{
color: #1AB764;
}
</style>
background-color css
<style>
a { background-color: #1AB764; }
a { background-color: rgb(26,183,100); }
div.DivClassName
{
background-color: #1AB764;
}
.BgClassName
{
background-color: #1AB764;
}
</style>
border-color css
<style>
span { border-color: #1AB764; }
span { border-color: rgb(26,183,100); }
td.TdClassName
{
border-color: #1AB764;
}
.TagClassName
{
border-color: #1AB764;
}
</style>