Shades of Jade #1AB867
Tints of Jade #1AB867
RGB
CMYK
RGB Variations
Color information
#1AB867 (or 0x1AB867) is known color: Jade. HEX triplet: 1A, B8 and 67. RGB value is (26,184,103). Sum of RGB (Red+Green+Blue) = 26+184+103=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB867 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB867 is #E54798. Grayscale: #7F7F7F. Windows color (decimal): -15026073 or 6797338. OLE color: 6797338.
HSL color Cylindrical-coordinate representation of color #1AB867: hue angle of 149.24º 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 #1AB867 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 103 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.28 |
| HSL | 149.24º | 0.75% | 0.41% | - |
| HSV(B) | 149.24º | 0.86% | 0.72% | - |
| XYZ | 20.01 | 35.48 | 18.63 | - |
| YUV | 127.52 | 114.15 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 103 | 0.86 | 0 | 0.44 | 0.28 | 149.24 | 0.75 | 0.41 |
| Hex | 1A | B8 | 67 | 56 | 0 | 2C | 1C | 95 | 4B | 29 |
| Octal | 32 | 270 | 147 | 126 | 0 | 54 | 34 | 225 | 113 | 51 |
| Binary | 11010 | 10111000 | 1100111 | 1010110 | 0 | 101100 | 11100 | 10010101 | 1001011 | 101001 |
Color Harmonies of #1AB867
Complementary color
Monochromatic Colors of #1AB867
Black with #1AB867
Text Example
Text Example
White with #1AB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB867; }
p { color: rgb(26,184,103); }
H1.HeaderClassName
{
color: #1AB867;
}
.AnyTagClassName
{
color: #1AB867;
}
</style>
background-color css
<style>
a { background-color: #1AB867; }
a { background-color: rgb(26,184,103); }
div.DivClassName
{
background-color: #1AB867;
}
.BgClassName
{
background-color: #1AB867;
}
</style>
border-color css
<style>
span { border-color: #1AB867; }
span { border-color: rgb(26,184,103); }
td.TdClassName
{
border-color: #1AB867;
}
.TagClassName
{
border-color: #1AB867;
}
</style>