Shades of Jade #1AAB6C
Tints of Jade #1AAB6C
RGB
CMYK
RGB Variations
Color information
#1AAB6C (or 0x1AAB6C) is known color: Jade. HEX triplet: 1A, AB and 6C. RGB value is (26,171,108). Sum of RGB (Red+Green+Blue) = 26+171+108=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB6C is #E55493. Grayscale: #787878. Windows color (decimal): -15029396 or 7121690. OLE color: 7121690.
HSL color Cylindrical-coordinate representation of color #1AAB6C: hue angle of 153.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB6C is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 171 | 108 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.33 |
| HSL | 153.93º | 0.74% | 0.39% | - |
| HSV(B) | 153.93º | 0.85% | 0.67% | - |
| XYZ | 17.7 | 30.43 | 19.13 | - |
| YUV | 120.46 | 120.96 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 108 | 0.85 | 0 | 0.37 | 0.33 | 153.93 | 0.74 | 0.39 |
| Hex | 1A | AB | 6C | 55 | 0 | 25 | 21 | 9A | 4A | 27 |
| Octal | 32 | 253 | 154 | 125 | 0 | 45 | 41 | 232 | 112 | 47 |
| Binary | 11010 | 10101011 | 1101100 | 1010101 | 0 | 100101 | 100001 | 10011010 | 1001010 | 100111 |
Color Harmonies of #1AAB6C
Complementary color
Monochromatic Colors of #1AAB6C
Black with #1AAB6C
Text Example
Text Example
White with #1AAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAB6C; }
p { color: rgb(26,171,108); }
H1.HeaderClassName
{
color: #1AAB6C;
}
.AnyTagClassName
{
color: #1AAB6C;
}
</style>
background-color css
<style>
a { background-color: #1AAB6C; }
a { background-color: rgb(26,171,108); }
div.DivClassName
{
background-color: #1AAB6C;
}
.BgClassName
{
background-color: #1AAB6C;
}
</style>
border-color css
<style>
span { border-color: #1AAB6C; }
span { border-color: rgb(26,171,108); }
td.TdClassName
{
border-color: #1AAB6C;
}
.TagClassName
{
border-color: #1AAB6C;
}
</style>