#7ADE66

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

Shades of Pastel Green #7ADE66

Tints of Pastel Green #7ADE66

Color information

#7ADE66 (or 0x7ADE66) is unknown color: approx Pastel Green. HEX triplet: 7A, DE and 66. RGB value is (122,222,102). Sum of RGB (Red+Green+Blue) = 122+222+102=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADE66 is #852199. Grayscale: #B2B2B2. Windows color (decimal): -8724890 or 6741626. OLE color: 6741626.

HSL color Cylindrical-coordinate representation of color #7ADE66: hue angle of 110º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ADE66 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB122222102-
CMYK0.4500.540.13
HSL110º64.52%63.53%-
HSV(B)110º54.05%87.06%-
XYZ36.5557.3421.71-
YUV178.4284.8787.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 222 (87.11% from 255) = 49.78%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=27.35%
G=49.78%
B=22.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222221020.4500.540.1311064.5263.53
Hex7ADE662D036D6e4140
Octal1723361465506615156101100
Binary111101011011110110011010110101101101101110111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,222,102); }

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

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

 a { background-color: rgb(122,222,102); }

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

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

 span { border-color: rgb(122,222,102); }

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