Shades of Jade #1AB969
Tints of Jade #1AB969
RGB
CMYK
RGB Variations
Color information
#1AB969 (or 0x1AB969) is known color: Jade. HEX triplet: 1A, B9 and 69. RGB value is (26,185,105). Sum of RGB (Red+Green+Blue) = 26+185+105=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB969 is #E54696. Grayscale: #808080. Windows color (decimal): -15025815 or 6928666. OLE color: 6928666.
HSL color Cylindrical-coordinate representation of color #1AB969: hue angle of 149.81º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB969 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 105 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.27 |
| HSL | 149.81º | 0.75% | 0.41% | - |
| HSV(B) | 149.81º | 0.86% | 0.73% | - |
| XYZ | 20.32 | 35.94 | 19.23 | - |
| YUV | 128.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 105 | 0.86 | 0 | 0.43 | 0.27 | 149.81 | 0.75 | 0.41 |
| Hex | 1A | B9 | 69 | 56 | 0 | 2B | 1B | 96 | 4B | 29 |
| Octal | 32 | 271 | 151 | 126 | 0 | 53 | 33 | 226 | 113 | 51 |
| Binary | 11010 | 10111001 | 1101001 | 1010110 | 0 | 101011 | 11011 | 10010110 | 1001011 | 101001 |
Color Harmonies of #1AB969
Complementary color
Monochromatic Colors of #1AB969
Black with #1AB969
Text Example
Text Example
White with #1AB969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB969; }
p { color: rgb(26,185,105); }
H1.HeaderClassName
{
color: #1AB969;
}
.AnyTagClassName
{
color: #1AB969;
}
</style>
background-color css
<style>
a { background-color: #1AB969; }
a { background-color: rgb(26,185,105); }
div.DivClassName
{
background-color: #1AB969;
}
.BgClassName
{
background-color: #1AB969;
}
</style>
border-color css
<style>
span { border-color: #1AB969; }
span { border-color: rgb(26,185,105); }
td.TdClassName
{
border-color: #1AB969;
}
.TagClassName
{
border-color: #1AB969;
}
</style>