Shades of Jade #1DAA6B
Tints of Jade #1DAA6B
RGB
CMYK
RGB Variations
Color information
#1DAA6B (or 0x1DAA6B) is known color: Jade. HEX triplet: 1D, AA and 6B. RGB value is (29,170,107). Sum of RGB (Red+Green+Blue) = 29+170+107=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA6B is #E25594. Grayscale: #787878. Windows color (decimal): -14833045 or 7055901. OLE color: 7055901.
HSL color Cylindrical-coordinate representation of color #1DAA6B: hue angle of 153.19º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA6B is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 107 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.33 |
| HSL | 153.19º | 0.71% | 0.39% | - |
| HSV(B) | 153.19º | 0.83% | 0.67% | - |
| XYZ | 17.54 | 30.07 | 18.79 | - |
| YUV | 120.66 | 120.29 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 107 | 0.83 | 0 | 0.37 | 0.33 | 153.19 | 0.71 | 0.39 |
| Hex | 1D | AA | 6B | 53 | 0 | 25 | 21 | 99 | 47 | 27 |
| Octal | 35 | 252 | 153 | 123 | 0 | 45 | 41 | 231 | 107 | 47 |
| Binary | 11101 | 10101010 | 1101011 | 1010011 | 0 | 100101 | 100001 | 10011001 | 1000111 | 100111 |
Color Harmonies of #1DAA6B
Complementary color
Monochromatic Colors of #1DAA6B
Black with #1DAA6B
Text Example
Text Example
White with #1DAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA6B; }
p { color: rgb(29,170,107); }
H1.HeaderClassName
{
color: #1DAA6B;
}
.AnyTagClassName
{
color: #1DAA6B;
}
</style>
background-color css
<style>
a { background-color: #1DAA6B; }
a { background-color: rgb(29,170,107); }
div.DivClassName
{
background-color: #1DAA6B;
}
.BgClassName
{
background-color: #1DAA6B;
}
</style>
border-color css
<style>
span { border-color: #1DAA6B; }
span { border-color: rgb(29,170,107); }
td.TdClassName
{
border-color: #1DAA6B;
}
.TagClassName
{
border-color: #1DAA6B;
}
</style>