#1DA58E

Color #1DA58E Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #1DA58E

Tints of Niagara #1DA58E

Color information

#1DA58E (or 0x1DA58E) is unknown color: approx Niagara. HEX triplet: 1D, A5 and 8E. RGB value is (29,165,142). Sum of RGB (Red+Green+Blue) = 29+165+142=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA58E is #E25A71. Grayscale: #797979. Windows color (decimal): -14834290 or 9348381. OLE color: 9348381.

HSL color Cylindrical-coordinate representation of color #1DA58E: hue angle of 169.85º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA58E is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB29165142-
CMYK0.8200.140.35
HSL169.85º70.1%38.04%-
HSV(B)169.85º82.42%64.71%-
XYZ18.8429.1230.22-
YUV121.71139.4461.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 8.63%
GREEN value IS 165 (64.84% from 255) = 49.11%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=8.63%
G=49.11%
B=42.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal291651420.8200.140.35169.8570.138.04
Hex1DA58E520E23aa4626
Octal352452161220164325210646
Binary111011010010110001110101001001110100011101010101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DA58E; }

 p { color: rgb(29,165,142); }

 H1.HeaderClassName
 {
   color: #1DA58E;
 }
 .AnyTagClassName
 {
   color: #1DA58E;
 }
</style>
background-color css

<style>
 a { background-color: #1DA58E; }

 a { background-color: rgb(29,165,142); }

 div.DivClassName
 {
   background-color: #1DA58E;
 }
 .BgClassName
 {
   background-color: #1DA58E;
 }
</style>
border-color css

<style>
 span { border-color: #1DA58E; }

 span { border-color: rgb(29,165,142); }

 td.TdClassName
 {
   border-color: #1DA58E;
 }
 .TagClassName
 {
   border-color: #1DA58E;
 }
</style>