#7ADA80

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

Shades of Pastel Green #7ADA80

Tints of Pastel Green #7ADA80

Color information

#7ADA80 (or 0x7ADA80) is unknown color: approx Pastel Green. HEX triplet: 7A, DA and 80. RGB value is (122,218,128). Sum of RGB (Red+Green+Blue) = 122+218+128=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADA80 is #85257F. Grayscale: #B3B3B3. Windows color (decimal): -8725888 or 8444538. OLE color: 8444538.

HSL color Cylindrical-coordinate representation of color #7ADA80: hue angle of 123.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADA80 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB122218128-
CMYK0.4400.410.15
HSL123.75º56.47%66.67%-
HSV(B)123.75º44.04%85.49%-
XYZ36.9955.8429.25-
YUV179.0499.287.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.07%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=26.07%
G=46.58%
B=27.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222181280.4400.410.15123.7556.4766.67
Hex7ADA802C029F7c3843
Octal172332200540511717470103
Binary111101011011010100000001011000101001111111111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,218,128); }

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

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

 a { background-color: rgb(122,218,128); }

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

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

 span { border-color: rgb(122,218,128); }

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