#7AD966

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

Shades of Pastel Green #7AD966

Tints of Pastel Green #7AD966

Color information

#7AD966 (or 0x7AD966) is unknown color: approx Pastel Green. HEX triplet: 7A, D9 and 66. RGB value is (122,217,102). Sum of RGB (Red+Green+Blue) = 122+217+102=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD966 is #852699. Grayscale: #AFAFAF. Windows color (decimal): -8726170 or 6740346. OLE color: 6740346.

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

Color convert

RGB122217102-
CMYK0.4400.530.15
HSL109.57º60.21%62.55%-
HSV(B)109.57º53%85.1%-
XYZ35.2454.7221.28-
YUV175.4886.5389.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 217 (85.16% from 255) = 49.21%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=27.66%
G=49.21%
B=23.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222171020.4400.530.15109.5760.2162.55
Hex7AD9662C035F6e3c3f
Octal17233114654065171567477
Binary1111010110110011100110101100011010111111101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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