Shades of Niagara #1DA18D
Tints of Niagara #1DA18D
RGB
CMYK
RGB Variations
Color information
#1DA18D (or 0x1DA18D) is known color: Niagara. HEX triplet: 1D, A1 and 8D. RGB value is (29,161,141). Sum of RGB (Red+Green+Blue) = 29+161+141=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA18D is #E25E72. Grayscale: #777777. Windows color (decimal): -14835315 or 9281821. OLE color: 9281821.
HSL color Cylindrical-coordinate representation of color #1DA18D: hue angle of 170.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA18D is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 141 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.37 |
| HSL | 170.91º | 0.69% | 0.37% | - |
| HSV(B) | 170.91º | 0.82% | 0.63% | - |
| XYZ | 18.06 | 27.67 | 29.59 | - |
| YUV | 119.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 141 | 0.82 | 0 | 0.12 | 0.37 | 170.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 8D | 52 | 0 | C | 25 | AB | 45 | 25 |
| Octal | 35 | 241 | 215 | 122 | 0 | 14 | 45 | 253 | 105 | 45 |
| Binary | 11101 | 10100001 | 10001101 | 1010010 | 0 | 1100 | 100101 | 10101011 | 1000101 | 100101 |
Color Harmonies of #1DA18D
Complementary color
Monochromatic Colors of #1DA18D
Black with #1DA18D
Text Example
Text Example
White with #1DA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA18D; }
p { color: rgb(29,161,141); }
H1.HeaderClassName
{
color: #1DA18D;
}
.AnyTagClassName
{
color: #1DA18D;
}
</style>
background-color css
<style>
a { background-color: #1DA18D; }
a { background-color: rgb(29,161,141); }
div.DivClassName
{
background-color: #1DA18D;
}
.BgClassName
{
background-color: #1DA18D;
}
</style>
border-color css
<style>
span { border-color: #1DA18D; }
span { border-color: rgb(29,161,141); }
td.TdClassName
{
border-color: #1DA18D;
}
.TagClassName
{
border-color: #1DA18D;
}
</style>