#7AED78

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

Shades of Pastel Green #7AED78

Tints of Pastel Green #7AED78

Color information

#7AED78 (or 0x7AED78) is unknown color: approx Pastel Green. HEX triplet: 7A, ED and 78. RGB value is (122,237,120). Sum of RGB (Red+Green+Blue) = 122+237+120=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AED78 is #851287. Grayscale: #BDBDBD. Windows color (decimal): -8721032 or 7925114. OLE color: 7925114.

HSL color Cylindrical-coordinate representation of color #7AED78: hue angle of 118.97º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AED78 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB122237120-
CMYK0.4900.490.07
HSL118.97º76.47%70%-
HSV(B)118.97º49.37%92.94%-
XYZ41.766.0628.32-
YUV189.2888.980.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=25.47%
G=49.48%
B=25.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371200.4900.490.07118.9776.4770
Hex7AED78310317774c46
Octal172355170610617167114106
Binary11110101110110111110001100010110001111111011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AED78; }

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

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

<style>
 a { background-color: #7AED78; }

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

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

<style>
 span { border-color: #7AED78; }

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

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