Shades of Jade #1DAD69
Tints of Jade #1DAD69
RGB
CMYK
RGB Variations
Color information
#1DAD69 (or 0x1DAD69) is known color: Jade. HEX triplet: 1D, AD and 69. RGB value is (29,173,105). Sum of RGB (Red+Green+Blue) = 29+173+105=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD69 is #E25296. Grayscale: #7A7A7A. Windows color (decimal): -14832279 or 6925597. OLE color: 6925597.
HSL color Cylindrical-coordinate representation of color #1DAD69: hue angle of 151.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD69 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 105 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.32 |
| HSL | 151.67º | 0.71% | 0.4% | - |
| HSV(B) | 151.67º | 0.83% | 0.68% | - |
| XYZ | 18 | 31.17 | 18.43 | - |
| YUV | 122.19 | 118.29 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 105 | 0.83 | 0 | 0.39 | 0.32 | 151.67 | 0.71 | 0.4 |
| Hex | 1D | AD | 69 | 53 | 0 | 27 | 20 | 98 | 47 | 28 |
| Octal | 35 | 255 | 151 | 123 | 0 | 47 | 40 | 230 | 107 | 50 |
| Binary | 11101 | 10101101 | 1101001 | 1010011 | 0 | 100111 | 100000 | 10011000 | 1000111 | 101000 |
Color Harmonies of #1DAD69
Complementary color
Monochromatic Colors of #1DAD69
Black with #1DAD69
Text Example
Text Example
White with #1DAD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD69; }
p { color: rgb(29,173,105); }
H1.HeaderClassName
{
color: #1DAD69;
}
.AnyTagClassName
{
color: #1DAD69;
}
</style>
background-color css
<style>
a { background-color: #1DAD69; }
a { background-color: rgb(29,173,105); }
div.DivClassName
{
background-color: #1DAD69;
}
.BgClassName
{
background-color: #1DAD69;
}
</style>
border-color css
<style>
span { border-color: #1DAD69; }
span { border-color: rgb(29,173,105); }
td.TdClassName
{
border-color: #1DAD69;
}
.TagClassName
{
border-color: #1DAD69;
}
</style>