Shades of Jade #1AB861
Tints of Jade #1AB861
RGB
CMYK
RGB Variations
Color information
#1AB861 (or 0x1AB861) is known color: Jade. HEX triplet: 1A, B8 and 61. RGB value is (26,184,97). Sum of RGB (Red+Green+Blue) = 26+184+97=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB861 is #E5479E. Grayscale: #7F7F7F. Windows color (decimal): -15026079 or 6404122. OLE color: 6404122.
HSL color Cylindrical-coordinate representation of color #1AB861: hue angle of 146.96º 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 #1AB861 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 97 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.28 |
| HSL | 146.96º | 0.75% | 0.41% | - |
| HSV(B) | 146.96º | 0.86% | 0.72% | - |
| XYZ | 19.72 | 35.36 | 17.1 | - |
| YUV | 126.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 97 | 0.86 | 0 | 0.47 | 0.28 | 146.96 | 0.75 | 0.41 |
| Hex | 1A | B8 | 61 | 56 | 0 | 2F | 1C | 93 | 4B | 29 |
| Octal | 32 | 270 | 141 | 126 | 0 | 57 | 34 | 223 | 113 | 51 |
| Binary | 11010 | 10111000 | 1100001 | 1010110 | 0 | 101111 | 11100 | 10010011 | 1001011 | 101001 |
Color Harmonies of #1AB861
Complementary color
Monochromatic Colors of #1AB861
Black with #1AB861
Text Example
Text Example
White with #1AB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB861; }
p { color: rgb(26,184,97); }
H1.HeaderClassName
{
color: #1AB861;
}
.AnyTagClassName
{
color: #1AB861;
}
</style>
background-color css
<style>
a { background-color: #1AB861; }
a { background-color: rgb(26,184,97); }
div.DivClassName
{
background-color: #1AB861;
}
.BgClassName
{
background-color: #1AB861;
}
</style>
border-color css
<style>
span { border-color: #1AB861; }
span { border-color: rgb(26,184,97); }
td.TdClassName
{
border-color: #1AB861;
}
.TagClassName
{
border-color: #1AB861;
}
</style>