Shades of Jade #1AA36C
Tints of Jade #1AA36C
RGB
CMYK
RGB Variations
Color information
#1AA36C (or 0x1AA36C) is known color: Jade. HEX triplet: 1A, A3 and 6C. RGB value is (26,163,108). Sum of RGB (Red+Green+Blue) = 26+163+108=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA36C is #E55C93. Grayscale: #737373. Windows color (decimal): -15031444 or 7119642. OLE color: 7119642.
HSL color Cylindrical-coordinate representation of color #1AA36C: hue angle of 155.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA36C is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 163 | 108 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.36 |
| HSL | 155.91º | 0.72% | 0.37% | - |
| HSV(B) | 155.91º | 0.84% | 0.64% | - |
| XYZ | 16.23 | 27.5 | 18.64 | - |
| YUV | 115.77 | 123.61 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 108 | 0.84 | 0 | 0.34 | 0.36 | 155.91 | 0.72 | 0.37 |
| Hex | 1A | A3 | 6C | 54 | 0 | 22 | 24 | 9C | 48 | 25 |
| Octal | 32 | 243 | 154 | 124 | 0 | 42 | 44 | 234 | 110 | 45 |
| Binary | 11010 | 10100011 | 1101100 | 1010100 | 0 | 100010 | 100100 | 10011100 | 1001000 | 100101 |
Color Harmonies of #1AA36C
Complementary color
Monochromatic Colors of #1AA36C
Black with #1AA36C
Text Example
Text Example
White with #1AA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA36C; }
p { color: rgb(26,163,108); }
H1.HeaderClassName
{
color: #1AA36C;
}
.AnyTagClassName
{
color: #1AA36C;
}
</style>
background-color css
<style>
a { background-color: #1AA36C; }
a { background-color: rgb(26,163,108); }
div.DivClassName
{
background-color: #1AA36C;
}
.BgClassName
{
background-color: #1AA36C;
}
</style>
border-color css
<style>
span { border-color: #1AA36C; }
span { border-color: rgb(26,163,108); }
td.TdClassName
{
border-color: #1AA36C;
}
.TagClassName
{
border-color: #1AA36C;
}
</style>