#7AFA7F

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

Shades of Pastel Green #7AFA7F

Tints of Pastel Green #7AFA7F

Color information

#7AFA7F (or 0x7AFA7F) is unknown color: approx Pastel Green. HEX triplet: 7A, FA and 7F. RGB value is (122,250,127). Sum of RGB (Red+Green+Blue) = 122+250+127=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFA7F is #850580. Grayscale: #C6C6C6. Windows color (decimal): -8717697 or 8387194. OLE color: 8387194.

HSL color Cylindrical-coordinate representation of color #7AFA7F: hue angle of 122.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFA7F is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB122250127-
CMYK0.5100.490.02
HSL122.34º92.75%72.94%-
HSV(B)122.34º51.2%98.04%-
XYZ46.0474.0431.94-
YUV197.7188.0974-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 127 (50% from 255) = 25.45%
R=24.45%
G=50.10%
B=25.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222501270.5100.490.02122.3492.7572.94
Hex7AFA7F3303127a5d49
Octal172372177630612172135111
Binary1111010111110101111111110011011000110111101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,250,127); }

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

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

 a { background-color: rgb(122,250,127); }

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

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

 span { border-color: rgb(122,250,127); }

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