Shades of Jade #1AB465
Tints of Jade #1AB465
RGB
CMYK
RGB Variations
Color information
#1AB465 (or 0x1AB465) is known color: Jade. HEX triplet: 1A, B4 and 65. RGB value is (26,180,101). Sum of RGB (Red+Green+Blue) = 26+180+101=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB465 is #E54B9A. Grayscale: #7D7D7D. Windows color (decimal): -15027099 or 6665242. OLE color: 6665242.
HSL color Cylindrical-coordinate representation of color #1AB465: hue angle of 149.22º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB465 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 101 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.29 |
| HSL | 149.22º | 0.75% | 0.4% | - |
| HSV(B) | 149.22º | 0.86% | 0.71% | - |
| XYZ | 19.1 | 33.8 | 17.83 | - |
| YUV | 124.95 | 114.48 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 101 | 0.86 | 0 | 0.44 | 0.29 | 149.22 | 0.75 | 0.4 |
| Hex | 1A | B4 | 65 | 56 | 0 | 2C | 1D | 95 | 4B | 28 |
| Octal | 32 | 264 | 145 | 126 | 0 | 54 | 35 | 225 | 113 | 50 |
| Binary | 11010 | 10110100 | 1100101 | 1010110 | 0 | 101100 | 11101 | 10010101 | 1001011 | 101000 |
Color Harmonies of #1AB465
Complementary color
Monochromatic Colors of #1AB465
Black with #1AB465
Text Example
Text Example
White with #1AB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB465; }
p { color: rgb(26,180,101); }
H1.HeaderClassName
{
color: #1AB465;
}
.AnyTagClassName
{
color: #1AB465;
}
</style>
background-color css
<style>
a { background-color: #1AB465; }
a { background-color: rgb(26,180,101); }
div.DivClassName
{
background-color: #1AB465;
}
.BgClassName
{
background-color: #1AB465;
}
</style>
border-color css
<style>
span { border-color: #1AB465; }
span { border-color: rgb(26,180,101); }
td.TdClassName
{
border-color: #1AB465;
}
.TagClassName
{
border-color: #1AB465;
}
</style>