#1CA78D

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

Shades of Niagara #1CA78D

Tints of Niagara #1CA78D

Color information

#1CA78D (or 0x1CA78D) is unknown color: approx Niagara. HEX triplet: 1C, A7 and 8D. RGB value is (28,167,141). Sum of RGB (Red+Green+Blue) = 28+167+141=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA78D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA78D is #E35872. Grayscale: #7A7A7A. Windows color (decimal): -14899315 or 9283356. OLE color: 9283356.

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

Color convert

RGB28167141-
CMYK0.8300.160.35
HSL168.78º71.28%38.24%-
HSV(B)168.78º83.23%65.49%-
XYZ19.1129.8129.95-
YUV122.48138.4560.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.33%
GREEN value IS 167 (65.62% from 255) = 49.70%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=8.33%
G=49.70%
B=41.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281671410.8300.160.35168.7871.2838.24
Hex1CA78D5301023a94726
Octal342472151230204325110746
Binary1110010100111100011011010011010000100011101010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,167,141); }

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

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

 a { background-color: rgb(28,167,141); }

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

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

 span { border-color: rgb(28,167,141); }

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