#7aed6b

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

Shades of Pastel Green #7AED6B

Tints of Pastel Green #7AED6B

Color information

#7AED6B (or 0x7AED6B) is unknown color: approx Pastel Green. HEX triplet: 7A, ED and 6B. RGB value is (122,237,107). Sum of RGB (Red+Green+Blue) = 122+237+107=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AED6B is #851294. Grayscale: #BCBCBC. Windows color (decimal): -8721045 or 7073146. OLE color: 7073146.

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

Color convert

RGB122237107-
CMYK0.4900.550.07
HSL113.08º78.31%67.45%-
HSV(B)113.08º54.85%92.94%-
XYZ40.9665.7724.45-
YUV187.882.481.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 237 (92.97% from 255) = 50.86%
BLUE value IS 107 (42.19% from 255) = 22.96%
R=26.18%
G=50.86%
B=22.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371070.4900.550.07113.0878.3167.45
Hex7AED6B310377714e43
Octal172355153610677161116103
Binary11110101110110111010111100010110111111111000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aed6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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