#78E68A

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

Shades of Pastel Green #78E68A

Tints of Pastel Green #78E68A

Color information

#78E68A (or 0x78E68A) is unknown color: approx Pastel Green. HEX triplet: 78, E6 and 8A. RGB value is (120,230,138). Sum of RGB (Red+Green+Blue) = 120+230+138=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #78E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78E68A is #871975. Grayscale: #BABABA. Windows color (decimal): -8853878 or 9102968. OLE color: 9102968.

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

Color convert

RGB120230138-
CMYK0.4800.40.10
HSL129.82º68.75%68.63%-
HSV(B)129.82º47.83%90.2%-
XYZ40.6362.4233.95-
YUV186.62100.5680.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 230 (90.23% from 255) = 47.13%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=24.59%
G=47.13%
B=28.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1202301380.4800.40.10129.8268.7568.63
Hex78E68A30028A824545
Octal1703462126005012202105105
Binary11110001110011010001010110000010100010101000001010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,230,138); }

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

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

 a { background-color: rgb(120,230,138); }

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

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

 span { border-color: rgb(120,230,138); }

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