Shades of Jade #1AA566
Tints of Jade #1AA566
RGB
CMYK
RGB Variations
Color information
#1AA566 (or 0x1AA566) is known color: Jade. HEX triplet: 1A, A5 and 66. RGB value is (26,165,102). Sum of RGB (Red+Green+Blue) = 26+165+102=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA566 is #E55A99. Grayscale: #747474. Windows color (decimal): -15030938 or 6726938. OLE color: 6726938.
HSL color Cylindrical-coordinate representation of color #1AA566: hue angle of 152.81º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA566 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 165 | 102 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.35 |
| HSL | 152.81º | 0.73% | 0.37% | - |
| HSV(B) | 152.81º | 0.84% | 0.65% | - |
| XYZ | 16.28 | 28.09 | 17.13 | - |
| YUV | 116.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 102 | 0.84 | 0 | 0.38 | 0.35 | 152.81 | 0.73 | 0.37 |
| Hex | 1A | A5 | 66 | 54 | 0 | 26 | 23 | 99 | 49 | 25 |
| Octal | 32 | 245 | 146 | 124 | 0 | 46 | 43 | 231 | 111 | 45 |
| Binary | 11010 | 10100101 | 1100110 | 1010100 | 0 | 100110 | 100011 | 10011001 | 1001001 | 100101 |
Color Harmonies of #1AA566
Complementary color
Monochromatic Colors of #1AA566
Black with #1AA566
Text Example
Text Example
White with #1AA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA566; }
p { color: rgb(26,165,102); }
H1.HeaderClassName
{
color: #1AA566;
}
.AnyTagClassName
{
color: #1AA566;
}
</style>
background-color css
<style>
a { background-color: #1AA566; }
a { background-color: rgb(26,165,102); }
div.DivClassName
{
background-color: #1AA566;
}
.BgClassName
{
background-color: #1AA566;
}
</style>
border-color css
<style>
span { border-color: #1AA566; }
span { border-color: rgb(26,165,102); }
td.TdClassName
{
border-color: #1AA566;
}
.TagClassName
{
border-color: #1AA566;
}
</style>