Shades of Jade #1DAE67
Tints of Jade #1DAE67
RGB
CMYK
RGB Variations
Color information
#1DAE67 (or 0x1DAE67) is known color: Jade. HEX triplet: 1D, AE and 67. RGB value is (29,174,103). Sum of RGB (Red+Green+Blue) = 29+174+103=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE67 is #E25198. Grayscale: #7A7A7A. Windows color (decimal): -14832025 or 6794781. OLE color: 6794781.
HSL color Cylindrical-coordinate representation of color #1DAE67: hue angle of 150.62º 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 #1DAE67 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 103 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.32 |
| HSL | 150.62º | 0.71% | 0.4% | - |
| HSV(B) | 150.62º | 0.83% | 0.68% | - |
| XYZ | 18.09 | 31.51 | 17.96 | - |
| YUV | 122.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 103 | 0.83 | 0 | 0.41 | 0.32 | 150.62 | 0.71 | 0.4 |
| Hex | 1D | AE | 67 | 53 | 0 | 29 | 20 | 97 | 47 | 28 |
| Octal | 35 | 256 | 147 | 123 | 0 | 51 | 40 | 227 | 107 | 50 |
| Binary | 11101 | 10101110 | 1100111 | 1010011 | 0 | 101001 | 100000 | 10010111 | 1000111 | 101000 |
Color Harmonies of #1DAE67
Complementary color
Monochromatic Colors of #1DAE67
Black with #1DAE67
Text Example
Text Example
White with #1DAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE67; }
p { color: rgb(29,174,103); }
H1.HeaderClassName
{
color: #1DAE67;
}
.AnyTagClassName
{
color: #1DAE67;
}
</style>
background-color css
<style>
a { background-color: #1DAE67; }
a { background-color: rgb(29,174,103); }
div.DivClassName
{
background-color: #1DAE67;
}
.BgClassName
{
background-color: #1DAE67;
}
</style>
border-color css
<style>
span { border-color: #1DAE67; }
span { border-color: rgb(29,174,103); }
td.TdClassName
{
border-color: #1DAE67;
}
.TagClassName
{
border-color: #1DAE67;
}
</style>