Color Hex Logo

#78cc90 Color Hex

#78CC90
(120,204,144)
0 Favorites   0 Comments

Color spaces of #78cc90

RGB 120204144
HSL0.380.450.64
HSV137°41°80°
CMYK 0.410.000.29   0.20
XYZ34.372649.192434.0690
Yxy49.19240.29220.4182
Hunter Lab70.1373-35.261720.2961
CIE-Lab75.5709-38.474122.1027

#78cc90 color RGB value is (120,204,144).

#78cc90 hex color red value is 120, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #78cc90 hue: 0.38 , saturation: 0.45 and the lightness value of 78cc90 is 0.64.

The process color (four color CMYK) of #78cc90 color hex is 0.41, 0.00, 0.29, 0.20. Web safe color of #78cc90 is #66cc99. Color #78cc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 10010000
Octal 170 314 220
Decimal 120 204 144
Hex 78 CC 90

RGB Percentages of Color #78cc90

%25.64
%43.59
%30.77

CMYK Percentages of Color #78cc90

%41
%0
%29
%20

Triadic Colors of #78cc90

#78cc90 #9078cc #cc9078

Analogous Colors of #78cc90

#78cc90 #78ccba #8acc78

Monochromatic Colors of #78cc90

#78cc90

Complementary Color

#78cc90 #cc78b4

#78cc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cc90 Color CSS Codes

.mybgcolor {background-color:#78cc90; } 
.myforecolor {color:#78cc90; }
.mybordercolor {border:3px solid #78cc90; }

#78cc90 Text Font Color

<p style="color:#78cc90">Text here</p>

This sample text font color is #78cc90
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#78cc90 Background Color

<div style="background-color:#78cc90">
Div content here</div>

This div background color is #78cc90


#78cc90 Border Color

<div style="border:3px solid #78cc90">
Div here</div>

This div border color is #78cc90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,204,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78cc90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78cc90;
  -webkit-box-shadow: 1px 1px 3px 2px #78cc90;
  box-shadow:         1px 1px 3px 2px #78cc90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,204,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78cc90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #78cc90;
  -webkit-box-shadow: 1px 1px 3px 2px #78cc90;
  box-shadow:         1px 1px 3px 2px #78cc90;">
Div content here</div>

This div box has shadow with color #78cc90


Comments

No comments written yet.

Please login to write comment.