Shades of Jade #1AAE6C
Tints of Jade #1AAE6C
RGB
CMYK
RGB Variations
Color information
#1AAE6C (or 0x1AAE6C) is known color: Jade. HEX triplet: 1A, AE and 6C. RGB value is (26,174,108). Sum of RGB (Red+Green+Blue) = 26+174+108=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE6C is #E55193. Grayscale: #7A7A7A. Windows color (decimal): -15028628 or 7122458. OLE color: 7122458.
HSL color Cylindrical-coordinate representation of color #1AAE6C: hue angle of 153.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE6C is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 108 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.32 |
| HSL | 153.24º | 0.74% | 0.39% | - |
| HSV(B) | 153.24º | 0.85% | 0.68% | - |
| XYZ | 18.27 | 31.57 | 19.32 | - |
| YUV | 122.22 | 119.97 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 108 | 0.85 | 0 | 0.38 | 0.32 | 153.24 | 0.74 | 0.39 |
| Hex | 1A | AE | 6C | 55 | 0 | 26 | 20 | 99 | 4A | 27 |
| Octal | 32 | 256 | 154 | 125 | 0 | 46 | 40 | 231 | 112 | 47 |
| Binary | 11010 | 10101110 | 1101100 | 1010101 | 0 | 100110 | 100000 | 10011001 | 1001010 | 100111 |
Color Harmonies of #1AAE6C
Complementary color
Monochromatic Colors of #1AAE6C
Black with #1AAE6C
Text Example
Text Example
White with #1AAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE6C; }
p { color: rgb(26,174,108); }
H1.HeaderClassName
{
color: #1AAE6C;
}
.AnyTagClassName
{
color: #1AAE6C;
}
</style>
background-color css
<style>
a { background-color: #1AAE6C; }
a { background-color: rgb(26,174,108); }
div.DivClassName
{
background-color: #1AAE6C;
}
.BgClassName
{
background-color: #1AAE6C;
}
</style>
border-color css
<style>
span { border-color: #1AAE6C; }
span { border-color: rgb(26,174,108); }
td.TdClassName
{
border-color: #1AAE6C;
}
.TagClassName
{
border-color: #1AAE6C;
}
</style>