Shades of Niagara #1DA18A
Tints of Niagara #1DA18A
RGB
CMYK
RGB Variations
Color information
#1DA18A (or 0x1DA18A) is known color: Niagara. HEX triplet: 1D, A1 and 8A. RGB value is (29,161,138). Sum of RGB (Red+Green+Blue) = 29+161+138=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA18A is #E25E75. Grayscale: #767676. Windows color (decimal): -14835318 or 9085213. OLE color: 9085213.
HSL color Cylindrical-coordinate representation of color #1DA18A: hue angle of 169.55º 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 #1DA18A is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 138 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.37 |
| HSL | 169.55º | 0.69% | 0.37% | - |
| HSV(B) | 169.55º | 0.82% | 0.63% | - |
| XYZ | 17.84 | 27.59 | 28.43 | - |
| YUV | 118.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 138 | 0.82 | 0 | 0.14 | 0.37 | 169.55 | 0.69 | 0.37 |
| Hex | 1D | A1 | 8A | 52 | 0 | E | 25 | AA | 45 | 25 |
| Octal | 35 | 241 | 212 | 122 | 0 | 16 | 45 | 252 | 105 | 45 |
| Binary | 11101 | 10100001 | 10001010 | 1010010 | 0 | 1110 | 100101 | 10101010 | 1000101 | 100101 |
Color Harmonies of #1DA18A
Complementary color
Monochromatic Colors of #1DA18A
Black with #1DA18A
Text Example
Text Example
White with #1DA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA18A; }
p { color: rgb(29,161,138); }
H1.HeaderClassName
{
color: #1DA18A;
}
.AnyTagClassName
{
color: #1DA18A;
}
</style>
background-color css
<style>
a { background-color: #1DA18A; }
a { background-color: rgb(29,161,138); }
div.DivClassName
{
background-color: #1DA18A;
}
.BgClassName
{
background-color: #1DA18A;
}
</style>
border-color css
<style>
span { border-color: #1DA18A; }
span { border-color: rgb(29,161,138); }
td.TdClassName
{
border-color: #1DA18A;
}
.TagClassName
{
border-color: #1DA18A;
}
</style>