#78D07A

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

Shades of Pastel Green #78D07A

Tints of Pastel Green #78D07A

Color information

#78D07A (or 0x78D07A) is unknown color: approx Pastel Green. HEX triplet: 78, D0 and 7A. RGB value is (120,208,122). Sum of RGB (Red+Green+Blue) = 120+208+122=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #78D07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D07A is #872F85. Grayscale: #ACACAC. Windows color (decimal): -8859526 or 8048760. OLE color: 8048760.

HSL color Cylindrical-coordinate representation of color #78D07A: hue angle of 121.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D07A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB120208122-
CMYK0.4200.410.18
HSL121.36º48.35%64.31%-
HSV(B)121.36º42.31%81.57%-
XYZ33.8150.5126.38-
YUV171.8899.8590.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 208 (81.64% from 255) = 46.22%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=26.67%
G=46.22%
B=27.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081220.4200.410.18121.3648.3564.31
Hex78D07A2A02912793040
Octal170320172520512217160100
Binary111100011010000111101010101001010011001011110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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