#78DC6A

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

Shades of Pastel Green #78DC6A

Tints of Pastel Green #78DC6A

Color information

#78DC6A (or 0x78DC6A) is unknown color: approx Pastel Green. HEX triplet: 78, DC and 6A. RGB value is (120,220,106). Sum of RGB (Red+Green+Blue) = 120+220+106=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC6A is #872395. Grayscale: #B1B1B1. Windows color (decimal): -8856470 or 7003256. OLE color: 7003256.

HSL color Cylindrical-coordinate representation of color #78DC6A: hue angle of 112.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78DC6A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB120220106-
CMYK0.4500.520.14
HSL112.63º61.96%63.92%-
HSV(B)112.63º51.82%86.27%-
XYZ35.9456.2222.59-
YUV177.187.8787.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 220 (86.33% from 255) = 49.33%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=26.91%
G=49.33%
B=23.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202201060.4500.520.14112.6361.9663.92
Hex78DC6A2D034E713e40
Octal170334152550641616176100
Binary11110001101110011010101011010110100111011100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,220,106); }

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

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

 a { background-color: rgb(120,220,106); }

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

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

 span { border-color: rgb(120,220,106); }

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