#78E97A

Color #78E97A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #78E97A

Tints of Pastel Green #78E97A

Color information

#78E97A (or 0x78E97A) is unknown color: approx Pastel Green. HEX triplet: 78, E9 and 7A. RGB value is (120,233,122). Sum of RGB (Red+Green+Blue) = 120+233+122=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #78E97A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78E97A is #871685. Grayscale: #BABABA. Windows color (decimal): -8853126 or 8055160. OLE color: 8055160.

HSL color Cylindrical-coordinate representation of color #78E97A: hue angle of 121.06º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E97A is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB120233122-
CMYK0.4800.480.09
HSL121.06º71.97%69.22%-
HSV(B)121.06º48.5%91.37%-
XYZ40.463.6828.57-
YUV186.5691.5680.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 233 (91.41% from 255) = 49.05%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=25.26%
G=49.05%
B=25.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202331220.4800.480.09121.0671.9769.22
Hex78E97A300309794845
Octal1703511726006011171110105
Binary111100011101001111101011000001100001001111100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78E97A; }

 p { color: rgb(120,233,122); }

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

<style>
 a { background-color: #78E97A; }

 a { background-color: rgb(120,233,122); }

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

<style>
 span { border-color: #78E97A; }

 span { border-color: rgb(120,233,122); }

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